emmanuel

Results 2 issues of emmanuel

Hello, I get the following error when the code below gets executed: ```RuntimeError Traceback (most recent call last) in () 19 loss += crit(input1, input1.detach()*0) 20 ---> 21 loss.backward() ~/anaconda2/envs/python36/lib/python3.6/site-packages/torch/autograd/variable.py...