-
Notifications
You must be signed in to change notification settings - Fork 44
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 during decoding #52
Comments
Hello sir,
|
The current idea is the following: |
Hi, |
Thanks for looking at this so quickly! Here is my info, it's the standard one I got from Anaconda, although the version of anaconda may be old...
|
@neubig, The error was being caused due to a change in output dimensions returned by concatenate function of the latest dynet. The latest version adds another dimension to the output. We reshape the output now. |
Hi,
I ran a super-small experiment training on the dev set from the example Japanese data (see xnmt-small.yaml in mcds-exp.zip) and got the following error. It looks like this might be because
search_strategy
is outputting NumPy arrays instead of integers at each timestep. Is anyone else getting this problem?The text was updated successfully, but these errors were encountered: