Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0621c commit b203e4eCopy full SHA for b203e4e
1 file changed
advanced_source/super_resolution_with_caffe2.py
@@ -17,6 +17,9 @@
17
# You can get binary builds of onnx and onnx-caffe2 with
18
# ``conda install -c ezyang onnx onnx-caffe2``.
19
#
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
+#
23
24
# Some standard imports
25
import io
@@ -38,9 +41,6 @@
38
41
# model <https://github.com/pytorch/examples/blob/master/super_resolution/model.py>`__
39
42
# comes directly from PyTorch's examples without modification:
40
43
-# ``NOTE``: This tutorial needs PyTorch master branch which can installed by following
-# the instructions `here <https://github.com/pytorch/pytorch#from-source>`__
-#
44
45
# Super Resolution model definition in PyTorch
46
import torch.nn as nn
0 commit comments