-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: all dicts in one unzipped file (as an option) #114
Comments
|
Well, the issue here is you're using cat to concatenate compressed dictionary files. |
|
So increasing CPU usage :) tmpfs, load more hashes to re-use loaded to GPU dicts - are options |
Spoiler: combined, compressed is better option when interface is limited. Before move forward, just double check data are the same
So we have proof, combined.txt is the same.
|
Hey Alex, to optimize how dict's data loaded to GPU, should be great to give more data in bulk to reduce moving data back and forth and reduce time lost for data loading and workload adjusting.
The text was updated successfully, but these errors were encountered: