We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi #nicodjimenez would like to work on your code. But while executing test.py file I am getting global name 'ToyLossLayer' is not defined
kindly explain what is ToyLossLayer and why we are sending to "y_list_is( )" in lstm.py And I don't understand what is "end" in the print statement.
print("iter", "%2s"%str(cur_iter, end":")
The text was updated successfully, but these errors were encountered:
that is an error when running with python 2, try python 3.
Sorry, something went wrong.
No branches or pull requests
Hi #nicodjimenez would like to work on your code. But while executing test.py file I am getting global name 'ToyLossLayer' is not defined
kindly explain what is ToyLossLayer and why we are sending to "y_list_is( )" in lstm.py
And I don't understand what is "end" in the print statement.
The text was updated successfully, but these errors were encountered: