-
Notifications
You must be signed in to change notification settings - Fork 3
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
ERROR: pygpu was configured but could not be imported or is too old (version 0.7 or higher required) #2
Comments
have you set If you still have trouble, I suggest one of two options:
|
Thank you. There was some issue with theano. Do you know how long it might take to translate wmt18 news test dataset on CPU ? |
depends on the model (ensembles are more expensive), but with the Theano codebase, it's probably in the range of hours on a single CPU core. Note that you can easily parallelize this across CPU cores using the '-p' option as an argument to translate.py. |
Thanks for the response. I am using ensemble model and it has been running more than 12 hours with this warning- "WARNING: We did not find a dynamic library in the library_dir of the library we use for blas. If you use ATLAS, make sure to compile it with dynamics library." Should I add some library or just wait? |
if all you want is a baseline score, you could just wait. If you want to do more translation in the future, you should be able to substantially increase translation speed:
either way, it's probably worthwhile to test speed on a smaller subset, or add the option '-v' to the translate.py command, to get a better estimate how quickly your translating. |
I am trying the tutorial http://data.statmt.org/wmt17_systems/ to use the pretrained model de-en to translate wmt18 test dataset from de to en. I have this error and I am running on ubuntu and CPU only machine. Not sure if I have to change something in nematus for CPU only machine or it only works for GPU machines.
Thanks in advance.
The text was updated successfully, but these errors were encountered: