We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb9bdd commit b4cd127Copy full SHA for b4cd127
advanced_source/super_resolution_with_caffe2.py
@@ -195,7 +195,7 @@ def _initialize_weights(self):
195
# devices <https://caffe2.ai/docs/mobile-integration.html>`__.
196
#
197
# We will use Caffe2's
198
-# `mobile\_exporter <https://github.com/caffe2/caffe2/blob/master/caffe2/python/predictor/mobile_exporter.py>`__
+# `mobile\_exporter <https://github.com/pytorch/pytorch/blob/master/caffe2/python/predictor/mobile_exporter.py>`__
199
# to generate the two model protobufs that can run on mobile. The first is
200
# used to initialize the network with the correct weights, and the second
201
# actual runs executes the model. We will continue to use the small
0 commit comments