mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Add weights for two 'Edge' block (3x3->1x1) variants of CS3 networks.
This commit is contained in:
parent
c8f69e04a9
commit
4042a94f8f
@ -97,9 +97,11 @@ default_cfgs = {
|
||||
url='', interpolation='bicubic'),
|
||||
|
||||
'cs3edgenet_x': _cfg(
|
||||
url='', interpolation='bicubic'),
|
||||
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-tpu-weights/cs3edgenet_x_c2-2e1610a9.pth',
|
||||
interpolation='bicubic', test_input_size=(3, 288, 288), test_crop_pct=1.0),
|
||||
'cs3se_edgenet_x': _cfg(
|
||||
url='', interpolation='bicubic'),
|
||||
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-tpu-weights/cs3se_edgenet_x_c2ns-76f8e3ac.pth',
|
||||
interpolation='bicubic', crop_pct=0.95, test_input_size=(3, 320, 320), test_crop_pct=1.0),
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user