PyTorch Tutorial for Deep Learning Researchers
-
Updated
Jun 10, 2021 - Python
Add a description, image, and links to the pytorch-tutorial topic page so that developers can more easily learn about it.
To associate your repository with the pytorch-tutorial topic, visit your repo's landing page and select "manage topics."
Change
tensor.data
totensor.detach()
due topytorch/pytorch#6990 (comment)
tensor.detach()
is more robust thantensor.data
.