lstm icon indicating copy to clipboard operation
lstm copied to clipboard

Execution problem

Open vijayaprabakarank opened this issue 6 years ago • 1 comments

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":")

vijayaprabakarank avatar Jun 13 '18 06:06 vijayaprabakarank

that is an error when running with python 2, try python 3.

morenoh149 avatar Jun 13 '18 17:06 morenoh149