Skip to content

Commit b4cd127

Browse files
sakaiasoumith
authored andcommitted
Fix url for mobile_exporter.py (pytorch#512)
This patch is based on pytorch#432. This patch considers the github of caffe2 is moved to its pytorch/caffe2.
1 parent 9fb9bdd commit b4cd127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/super_resolution_with_caffe2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def _initialize_weights(self):
195195
# devices <https://caffe2.ai/docs/mobile-integration.html>`__.
196196
#
197197
# We will use Caffe2's
198-
# `mobile\_exporter <https://github.com/caffe2/caffe2/blob/master/caffe2/python/predictor/mobile_exporter.py>`__
198+
# `mobile\_exporter <https://github.com/pytorch/pytorch/blob/master/caffe2/python/predictor/mobile_exporter.py>`__
199199
# to generate the two model protobufs that can run on mobile. The first is
200200
# used to initialize the network with the correct weights, and the second
201201
# actual runs executes the model. We will continue to use the small

0 commit comments

Comments
 (0)