examples icon indicating copy to clipboard operation
examples copied to clipboard

Needs updating for PyTorch HEAD (no_grad)

Open ezyang opened this issue 7 years ago • 2 comments

volatile is no more in PyTorch HEAD, which means that you have to use the no_grad context manager now. Any examples using volatile need to be ported accordingly. However, we shouldn't do this until the next release, because examples should work for the current release. (If someone wants to get the jump, maybe a dev branch is warranted.)

CC @colesbury

ezyang avatar Jan 09 '18 18:01 ezyang

Also we should update the doc on no_grad before next release.

ssnl avatar Jan 16 '18 15:01 ssnl

We probably should start a branch with updated scripts as people are starting to compile from source by themselves.

ssnl avatar Jan 31 '18 00:01 ssnl