From 4a384cd2292322ed283b57fb0cfd98b52ffe5a2b Mon Sep 17 00:00:00 2001 From: okdshin Date: Mon, 13 May 2019 07:37:49 +0000 Subject: [PATCH] update trained weights uris --- chainercv/links/model/mobilenet/mobilenet_v2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chainercv/links/model/mobilenet/mobilenet_v2.py b/chainercv/links/model/mobilenet/mobilenet_v2.py index 7df7687328..d0f8c084f5 100644 --- a/chainercv/links/model/mobilenet/mobilenet_v2.py +++ b/chainercv/links/model/mobilenet/mobilenet_v2.py @@ -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: { @@ -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 } } }