提交 b50a9506 编写于 作者: H haoyuying

revise download address

上级 6da4a339
...@@ -192,7 +192,7 @@ class MobileNet(nn.Layer): ...@@ -192,7 +192,7 @@ class MobileNet(nn.Layer):
checkpoint = os.path.join(self.directory, 'MobileNetV2_ssld_pretrained.pdparams') checkpoint = os.path.join(self.directory, 'MobileNetV2_ssld_pretrained.pdparams')
if not os.path.exists(checkpoint): if not os.path.exists(checkpoint):
os.system( os.system(
'wget https://bj.bcebos.com/paddlehub/model/image/object_detection/yolov3_70000.pdparams -O ' + 'wget https://paddlehub.bj.bcebos.com/dygraph/image_classification/mobilenet_v2_ssld.pdparams -O ' +
checkpoint) checkpoint)
model_dict = paddle.load(checkpoint)[0] model_dict = paddle.load(checkpoint)[0]
self.set_dict(model_dict) self.set_dict(model_dict)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册