tf-differentiable-neural-computer icon indicating copy to clipboard operation
tf-differentiable-neural-computer copied to clipboard

I tiped make and get a error in the unzipped file

Open josheeg opened this issue 6 years ago • 0 comments

I tiped make and get a error in the unzipped file

joshua@joshua-HP-ENVY-m7-Notebook:~/Downloads/tf-differentiable-neural-computer-master $ make python python/main.py copy pwd/data --summary-dir pwd/summary Traceback (most recent call last): File "python/main.py", line 4, in from dnc import DNC File "/home/joshua/Downloads/tf-differentiable-neural-computer-master/python/dnc.py", line 127 print("\rCompiling timestep {}/{} ({:.2f} %)".format(i+1, self.n_timesteps, ((i+1)/self.n_timesteps) * 100), end="") ^ SyntaxError: invalid syntax Makefile:2: recipe for target 'run' failed make: *** [run] Error 1 joshua@joshua-HP-ENVY-m7-Notebook:~/Down

josheeg avatar Mar 15 '18 16:03 josheeg