mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
regnetz model default cfg tweaks
This commit is contained in:
parent
d80653cb99
commit
b544ad4d3f
@ -69,7 +69,7 @@ default_cfgs = {
|
||||
|
||||
'haloregnetz_b': _cfg(
|
||||
url='',
|
||||
input_size=(3, 224, 224), pool_size=(7, 7), min_input_size=(3, 224, 224), crop_pct=0.94),
|
||||
first_conv='stem.conv', input_size=(3, 224, 224), pool_size=(7, 7), min_input_size=(3, 224, 224), crop_pct=0.94),
|
||||
'trionet50ts_256': _cfg(
|
||||
url='',
|
||||
fixed_input_size=True, input_size=(3, 256, 256), pool_size=(8, 8)),
|
||||
|
@ -137,12 +137,12 @@ default_cfgs = {
|
||||
|
||||
# experimental models, likely to change ot be removed
|
||||
'regnetz_b': _cfgr(
|
||||
url='',
|
||||
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/regnetz_b_raa-677d9606.pth',
|
||||
mean=(0.5, 0.5, 0.5), std=(0.5, 0.5, 0.5),
|
||||
input_size=(3, 224, 224), pool_size=(7, 7), first_conv='stem.conv'),
|
||||
input_size=(3, 224, 224), pool_size=(7, 7), test_input_size=(3, 288, 288), first_conv='stem.conv', crop_pct=0.95),
|
||||
'regnetz_c': _cfgr(
|
||||
url='',
|
||||
imean=(0.5, 0.5, 0.5), std=(0.5, 0.5, 0.5), first_conv='stem.conv'),
|
||||
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/regnetz_c_rab_256-6bdb3c01.pth',
|
||||
mean=(0.5, 0.5, 0.5), std=(0.5, 0.5, 0.5), test_input_size=(3, 320, 320), first_conv='stem.conv', crop_pct=0.95),
|
||||
'regnetz_d': _cfgr(
|
||||
url='',
|
||||
mean=(0.5, 0.5, 0.5), std=(0.5, 0.5, 0.5)),
|
||||
|
Loading…
x
Reference in New Issue
Block a user