-
Notifications
You must be signed in to change notification settings - Fork 11
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
Questions on running time #5
Comments
Oh unfortunately I get this when run preprocess.py |
for me the training took 22 mins/epoch and evaluation around a minute |
I find it is possibly because I am running on a windows 10 system, and there is a memory limitation for the maximum of 3g on python 32bit. Thank you! |
Hi, I solve some environment problems and start to run preprocessing in Ubuntu 18.04 in VMware. Still, it takes me lots of time, maybe more than several hours. Is there any possible ways to accelerate the process? |
yes, we have a custom preprocessor in place, can you try changing it to multi-threaded? in preprocess,py I can try to do it too when I have some time. |
I wonder in each step how much time it will take? In preprocessing, trainning and running the model.
The text was updated successfully, but these errors were encountered: