We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414a9df commit dff76acCopy full SHA for dff76ac
advanced_source/super_resolution_with_caffe2.py
@@ -38,6 +38,9 @@
38
# model <https://github.com/pytorch/examples/blob/master/super_resolution/model.py>`__
39
# comes directly from PyTorch's examples without modification:
40
#
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
+#
44
45
# Super Resolution model definition in PyTorch
46
import torch.nn as nn
0 commit comments