lstm
lstm copied to clipboard
Execution problem
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":")
that is an error when running with python 2, try python 3.