Skip to content

Commit ec4976f

Browse files
committed
Add EfficientNet-Lite0 weights trained with this code by @hal-314, 75.484 top-1
1 parent 9ecd16b commit ec4976f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/models/efficientnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def _cfg(url='', **kwargs):
123123
'efficientnet_cc_b1_8e': _cfg(url='', input_size=(3, 240, 240), pool_size=(8, 8), crop_pct=0.882),
124124

125125
'efficientnet_lite0': _cfg(
126-
url=''),
126+
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/efficientnet_lite0_ra-37913777.pth'),
127127
'efficientnet_lite1': _cfg(
128128
url='',
129129
input_size=(3, 240, 240), pool_size=(8, 8), crop_pct=0.882),

0 commit comments

Comments
 (0)