mp2893/rnn_predict

[Error] python gru_onehot.py sequences.pkl labels.pkl

Closed this issue · 1 comments

When I execute gru_onehot.py, I get a below error.

File "gru_onehot.py", line 211
print 'Loading data ... ',
^
SyntaxError: Missing parentheses in call to 'print'

The error message is pretty clear.
If you google that error message, this is the very first result.