The logic is flawed and PyTorch now properly raises an error, since you are using stale forward activations in the second backward
call as described here.
The logic is flawed and PyTorch now properly raises an error, since you are using stale forward activations in the second backward
call as described here.