Skip to content

Commit dff76ac

Browse files
prigoyalsoumith
authored andcommitted
note for pytorch master (pytorch#135)
1 parent 414a9df commit dff76ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

advanced_source/super_resolution_with_caffe2.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
# model <https://github.com/pytorch/examples/blob/master/super_resolution/model.py>`__
3939
# comes directly from PyTorch's examples without modification:
4040
#
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+
#
4144

4245
# Super Resolution model definition in PyTorch
4346
import torch.nn as nn

0 commit comments

Comments
 (0)