From 28dcfef1cffe1093c10c1fbdc33bc3d944f9b8af Mon Sep 17 00:00:00 2001 From: "sakaia@jp.fujitsu.com" Date: Mon, 27 May 2019 11:09:34 +0900 Subject: [PATCH] Fix url for mobile_exporter.py This patch is based on #432. This patch considers the github of caffe2 is moved to its pytorch/caffe2. --- advanced_source/super_resolution_with_caffe2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced_source/super_resolution_with_caffe2.py b/advanced_source/super_resolution_with_caffe2.py index ec1374a86ae..866a5f06081 100644 --- a/advanced_source/super_resolution_with_caffe2.py +++ b/advanced_source/super_resolution_with_caffe2.py @@ -195,7 +195,7 @@ def _initialize_weights(self): # devices `__. # # We will use Caffe2's -# `mobile\_exporter `__ +# `mobile\_exporter `__ # to generate the two model protobufs that can run on mobile. The first is # used to initialize the network with the correct weights, and the second # actual runs executes the model. We will continue to use the small