pytorch-video-recognition
pytorch-video-recognition copied to clipboard
train from resume epochs
optimizer.step() File "/home/z/anaconda3/envs/py3/lib/python3.6/site-packages/torch/optim/sgd.py", line 101, in step buf.mul_(momentum).add_(1 - dampening, d_p) RuntimeError: Expected object of type torch.FloatTensor but found type torch.cuda.FloatTensor for argument #4 'other'
something wrong?
I met the same problem with you, do you solve the problem yet?
I met the same problem with you, do you solve the problem yet?
I met the same problem with you, do you solve the problem yet? @fish8sank @Jambalaya11 @zugexiaodui @jfzhang95
I have forgotten how I solved the problem. Maybe it's due to different versions of pytorch.