From c4bb8c7d4a8a9873968bb9d9cc6506d07dc32da3 Mon Sep 17 00:00:00 2001 From: Rahul Somani Date: Mon, 10 May 2021 13:41:04 +0530 Subject: [PATCH] add model url --- timm/models/mobilenetv3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timm/models/mobilenetv3.py b/timm/models/mobilenetv3.py index d9b4d755..026ce363 100644 --- a/timm/models/mobilenetv3.py +++ b/timm/models/mobilenetv3.py @@ -40,7 +40,7 @@ default_cfgs = { interpolation='bicubic', url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/mobilenetv3_large_100_ra-f55367f5.pth'), 'mobilenetv3_large_075_aa': _cfg(url=''), - 'mobilenetv3_large_100_aa': _cfg(url=''), + 'mobilenetv3_large_100_aa': _cfg(url='https://storage.googleapis.com/cinemanet-models/pretrained/mobilenetv3_large_100_aa_224x224_ema.pth'), 'mobilenetv3_large_100_miil': _cfg( interpolation='bilinear', mean=(0, 0, 0), std=(1, 1, 1), url='https://miil-public-eu.oss-eu-central-1.aliyuncs.com/model-zoo/ImageNet_21K_P/models/timm/mobilenetv3_large_100_1k_miil_78_0.pth'),