Closed ghost closed 6 years ago
This seems to be an incompatibility with more modern Tensorflow versions (the code was written for Tensorflow 1.4 or so)
The commit above should fix this.
Another error happened.
KeyError: b'data'
so I replaced all b'
to '
and it seemed to work correctly.
Maybe, it's related to numpy version but I'm not sure. (my numpy version is 1.14.3)
Anyway, thanks so much!
I did these steps:
python3 main.py train_unary
.but, the fourth step failed with this error:
Could you tell me how to fix it?
My tensorflow version is 1.10.0