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

Skip to content

Commit b203e4e

Browse files
prigoyalsoumith
authored andcommitted
update to note - put at top (#136)
1 parent 0a0621c commit b203e4e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

advanced_source/super_resolution_with_caffe2.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
# You can get binary builds of onnx and onnx-caffe2 with
1818
# ``conda install -c ezyang onnx onnx-caffe2``.
1919
#
20+
# ``NOTE``: This tutorial needs PyTorch master branch which can installed by following
21+
# the instructions `here <https://github.com/pytorch/pytorch#from-source>`__
22+
#
2023

2124
# Some standard imports
2225
import io
@@ -38,9 +41,6 @@
3841
# model <https://github.com/pytorch/examples/blob/master/super_resolution/model.py>`__
3942
# comes directly from PyTorch's examples without modification:
4043
#
41-
# ``NOTE``: This tutorial needs PyTorch master branch which can installed by following
42-
# the instructions `here <https://github.com/pytorch/pytorch#from-source>`__
43-
#
4444

4545
# Super Resolution model definition in PyTorch
4646
import torch.nn as nn

0 commit comments

Comments
 (0)