jingweiz / pytorch-dnc

Neural Turing Machine (NTM) & Differentiable Neural Computer (DNC) with pytorch & visdom
MIT License
278 stars 52 forks source link

Support Python3 #6

Closed jramapuram closed 7 years ago

jramapuram commented 7 years ago

It should be possible to make it so that it works with python2 and python3. Mainly just a bunch of print "..." --> print("...") changes usually.

jingweiz commented 7 years ago

Hey, I think I always use print("...") throughout the repo. The raw_input() is only used during testing for step by step visualization.

jingweiz commented 7 years ago

Also I think it should just also run under python3, it's just I never tested in python3 :)

jramapuram commented 7 years ago

Will give it a shot when the other issue is resolved :)