-
Notifications
You must be signed in to change notification settings - Fork 41
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
Another error during training (python 2.7) #13
Comments
I have just tested the code again and it runs without any problem for me when I ran the script you have provided.
I used a virtual environment with python 2.7.14 and tensorflow 1.4.0-rc1. As cuda I have 8.0 and cudnn 6.0. See the list of installed packages in my environment below:
I see from your log that you have created a virtual environment with python 2.7 using Anaconda 3. My suggestion would be to install Anaconda 2 and create your virtual environment using it instead. And here is the log:
|
hi , after using your solution, the same problem still occurs. |
Any updates on this? |
Hi, I meet the same issue. Any update? |
I am facing the same issue. @jackson1895 @vbelissen did you find a solution? |
Here is the command I run:
python -m nmt --src=sign --tgt=de --train_prefix=../Data/phoenix2014T.train --dev_prefix=../Data/phoenix2014T.dev --test_prefix=../Data/phoenix2014T.test --out_dir=../test_out/ --vocab_prefix=../Data/phoenix2014T.vocab --source_reverse=True --num_units=1000 --num_layers=4 --num_train_steps=150000 --residual=True --attention=luong --base_gpu=0 --unit_type=gru
Here is the error I get, with python 2.7 and TF 1.3 (or 1.4.1):
The text was updated successfully, but these errors were encountered: