-
Notifications
You must be signed in to change notification settings - Fork 13
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
Getting incorrect dimensions #3
Comments
What version of tf and keras are you using? |
tensorflow:-1.4.0 |
Could you try the latest verision keras and let me know. |
Can you mention the version that you are using.It's too ambiguos to know what's the latest version means to be |
I am getting the following errors after installing the following versions Epoch 0 Epoch 1/1 I eventually had to kill the process |
Looks like it is a warning thrown by tensorflow because of less memory tensorflow/tensorflow#18736 . Are you traininig your model using a GPU?. Training might be extremely slow without a GPU. |
I am using the CPU |
keras 2.1.4 and tensorflow 1.4.0 . |
@divamgupta ,yeah gpu is solving the issue and I am training my model. Can you specify a bit more on the type of attention you are using ? |
Also how are you predicting the outputs ? It will be great if you are using beam search thing |
I followed the exact commands mentioned in your readme and before training i am getting the following errors
ValueError: Error when checking target: expected time_distributed_1 to have 3 dimensions, but got array with shape (1120, 40005)
The text was updated successfully, but these errors were encountered: