-
Notifications
You must be signed in to change notification settings - Fork 112
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
Issue with running tutorial #20
Comments
Same Error here. numpy==1.11.1 Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): Backtrace when the node is created(use Theano flag traceback.limit=N to make it longer): HINT: Use the Theano flag 'exception_verbosity=high' for a debugprint and storage map footprint of this apply node. Process finished with exit code 1 |
I had that error and fixed it by changing the function pad_into_matrix as follows (notice moving the list(lengths) earlier because the call to max consumes the iterator object so list(lengths) returns [] if applied after max()):
|
Everything goes fine until the very end
Versions of software below
The text was updated successfully, but these errors were encountered: