PyTorch - Use create_graph to Compute Second-order Derivative
by lucainiaoge
This article assumes that readers have been familiar with the concept of computation graph.
Can we use computation graph to calculate arbitrary-order derivative? The answer is yes, we can. But how to leverage it using PyTorch, and how to understand the whole thing?
To view this article, please download:
PyTorch: Use create_graph to Compute Second-order Derivative
And the illustrations in that passage could be downloaded from create_graph_true_PyTorch_tutorial.ipynb
本文作者: lucainiaoge
本文链接: https://lucainiaoge.github.io.git/2020/12/22/PyTorch_create_graph_is_true/
版权声明: 本作品采用 Creative Commons authorship - noncommercial use - same way sharing 4.0 international license agreement 进行许可。转载请注明出处!
![]()
