mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Add EfficientNet-Lite0 weights trained with this code by @hal-314, 75.484 top-1
This commit is contained in:
parent
9ecd16bd7b
commit
ec4976fdba
@ -123,7 +123,7 @@ default_cfgs = {
|
||||
'efficientnet_cc_b1_8e': _cfg(url='', input_size=(3, 240, 240), pool_size=(8, 8), crop_pct=0.882),
|
||||
|
||||
'efficientnet_lite0': _cfg(
|
||||
url=''),
|
||||
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/efficientnet_lite0_ra-37913777.pth'),
|
||||
'efficientnet_lite1': _cfg(
|
||||
url='',
|
||||
input_size=(3, 240, 240), pool_size=(8, 8), crop_pct=0.882),
|
||||
|
Loading…
x
Reference in New Issue
Block a user