Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a0621c

Browse files
ezyangsoumith
authored andcommitted
Add a link to PyTorch onnx documentation. (#134)
Signed-off-by: Edward Z. Yang <[email protected]>
1 parent dff76ac commit 0a0621c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

advanced_source/super_resolution_with_caffe2.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ def _initialize_weights(self):
103103
# ``x``. The values in this tensor are not important; it can be an image
104104
# or a random tensor as long as it is the right size.
105105
#
106+
# To learn more details about PyTorch's export interface, check out the
107+
# `torch.onnx documentation <http://pytorch.org/docs/master/onnx.html>`__.
108+
#
106109

107110
# Input to the model
108111
x = Variable(torch.randn(batch_size, 1, 224, 224), requires_grad=True)

0 commit comments

Comments
 (0)