Arnold icon indicating copy to clipboard operation
Arnold copied to clipboard

Not support PyTorch 0.4.0

Open luxinglong opened this issue 7 years ago • 1 comments

I test the code using PyTorch 0.4.0 under windows, it occurs an error beacase of the changed 'Variable' in PyTorch 0.4.0. Then I test on PyTorch 0.3.1, it's ok.

luxinglong avatar Jun 20 '18 08:06 luxinglong

Fixed the assertions to make it work with Python3 and PyTorch 1.3.1. Here the PR: https://github.com/glample/Arnold/pull/10

biancini avatar Nov 28 '19 10:11 biancini