ch3njust1n / smpl

Simultaneous Multi-Party Learning Framework
0 stars 0 forks source link

UserWarning: volatile was removed #118

Closed ch3njust1n closed 6 years ago

ch3njust1n commented 6 years ago

Another issue after upgrading to Pytorch 0.4.1

/home/ubuntu/smpl/distributed/trainer.py:74: UserWarning: volatile was removed and now has no effect. Use `with torch.no_grad():` instead.
  data, target = Variable(data, volatile=True), Variable(target)