@@ -36,21 +36,21 @@ def _cfg(url='', **kwargs):
3636 'resnest26d' : _cfg (
3737 url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/gluon_resnest26-50eb607c.pth' ),
3838 'resnest50d' : _cfg (
39- url = 'https://hangzh.s3.amazonaws. com/encoding/ models/resnest50-528c19ca.pth' ),
39+ url = 'https://github. com/rwightman/pytorch-image- models/releases/download/v0.1-resnest /resnest50-528c19ca.pth' ),
4040 'resnest101e' : _cfg (
41- url = 'https://hangzh.s3.amazonaws. com/encoding/ models/resnest101-22405ba7.pth' ,
41+ url = 'https://github. com/rwightman/pytorch-image- models/releases/download/v0.1-resnest /resnest101-22405ba7.pth' ,
4242 input_size = (3 , 256 , 256 ), pool_size = (8 , 8 )),
4343 'resnest200e' : _cfg (
44- url = 'https://hangzh.s3.amazonaws. com/encoding/ models/resnest200-75117900.pth' ,
44+ url = 'https://github. com/rwightman/pytorch-image- models/releases/download/v0.1-resnest /resnest200-75117900.pth' ,
4545 input_size = (3 , 320 , 320 ), pool_size = (10 , 10 ), crop_pct = 0.909 , interpolation = 'bicubic' ),
4646 'resnest269e' : _cfg (
47- url = 'https://hangzh.s3.amazonaws. com/encoding/ models/resnest269-0cc87c48.pth' ,
47+ url = 'https://github. com/rwightman/pytorch-image- models/releases/download/v0.1-resnest /resnest269-0cc87c48.pth' ,
4848 input_size = (3 , 416 , 416 ), pool_size = (13 , 13 ), crop_pct = 0.928 , interpolation = 'bicubic' ),
4949 'resnest50d_4s2x40d' : _cfg (
50- url = 'https://hangzh.s3.amazonaws. com/encoding/ models/resnest50_fast_4s2x40d-41d14ed0.pth' ,
50+ url = 'https://github. com/rwightman/pytorch-image- models/releases/download/v0.1-resnest /resnest50_fast_4s2x40d-41d14ed0.pth' ,
5151 interpolation = 'bicubic' ),
5252 'resnest50d_1s4x24d' : _cfg (
53- url = 'https://hangzh.s3.amazonaws. com/encoding/ models/resnest50_fast_1s4x24d-d4a4f76f.pth' ,
53+ url = 'https://github. com/rwightman/pytorch-image- models/releases/download/v0.1-resnest /resnest50_fast_1s4x24d-d4a4f76f.pth' ,
5454 interpolation = 'bicubic' )
5555}
5656
0 commit comments