Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
update trained weights uris
Browse files Browse the repository at this point in the history
  • Loading branch information
okdshin committed Dec 6, 2019
1 parent f72b540 commit 4a384cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chainercv/links/model/mobilenet/mobilenet_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class MobileNetV2(PickableSequentialChain):
},
'overwritable': (),
'url':
'https://chainercv-models.preferred.jp/mobilenet_v2_depth_multiplier_1.0_imagenet_converted_2019_04_01.npz', # NOQA
'https://chainercv-models.preferred.jp/mobilenet_v2_depth_multiplier_1.0_imagenet_converted_2019_05_13.npz', # NOQA
}
},
1.4: {
Expand All @@ -139,7 +139,7 @@ class MobileNetV2(PickableSequentialChain):
},
'overwritable': (),
'url':
'https://chainercv-models.preferred.jp/mobilenet_v2_depth_multiplier_1.4_imagenet_converted_2019_04_01.npz', # NOQA
'https://chainercv-models.preferred.jp/mobilenet_v2_depth_multiplier_1.4_imagenet_converted_2019_05_13.npz', # NOQA
}
}
}
Expand Down

0 comments on commit 4a384cd

Please sign in to comment.