diff --git a/_posts/2021-6-8-overview-of-pytorch-autograd-engine.md b/_posts/2021-6-8-overview-of-pytorch-autograd-engine.md index 837c0fdbf25c..ffc8ce0e962c 100644 --- a/_posts/2021-6-8-overview-of-pytorch-autograd-engine.md +++ b/_posts/2021-6-8-overview-of-pytorch-autograd-engine.md @@ -37,7 +37,7 @@ In the example above, when multiplying x and y to obtain v, the engine will exte
Figure 2: Computational graph extended after executing the logarithm
-Continuing, the engine now calculates the>>> y.backward(1.0)
>>> x.gradtensor([1.3633, - 0.1912]) + 0.1912])