提交 f0548d39 编写于 作者: H haoyuying

revise download address

上级 b50a9506
......@@ -189,7 +189,7 @@ class MobileNet(nn.Layer):
print("load custom checkpoint success")
else:
checkpoint = os.path.join(self.directory, 'MobileNetV2_ssld_pretrained.pdparams')
checkpoint = os.path.join(self.directory, 'mobilenet_v2_ssld.pdparams.pdparams')
if not os.path.exists(checkpoint):
os.system(
'wget https://paddlehub.bj.bcebos.com/dygraph/image_classification/mobilenet_v2_ssld.pdparams -O ' +
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册