Open machuck opened 7 years ago
Hi, I try the code with Python 3, I've also changed the xrange to range but I have this problem :
Percent: [####################] 100.00% Finished.
[] Build a NTM model finished
[] Reading checkpoints...
Traceback (most recent call last):
File "/Users/maurice/PycharmProjects/NTM/NTM-tensorflow/main.py", line 72, in
Can you help me pls ?
Thanks a lot
According to the readme, it supports both python 2 and 3. But using python3 to run the first example (train) in the readme cause an error about xrange/range. So the question is how does it support python3? Using 2to3 is tested to be okay? TIA!