Skip to content

Commit

Permalink
Add mobilenet_edgetpu_v2_m weights
Browse files Browse the repository at this point in the history
  • Loading branch information
rwightman committed Jul 29, 2024
1 parent 70182ea commit 4a10302
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions timm/models/efficientnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -1762,9 +1762,11 @@ def _cfg(url='', **kwargs):
'mobilenet_edgetpu_v2_s.untrained': _cfg(
#hf_hub_id='timm/',
input_size=(3, 224, 224), crop_pct=0.9),
'mobilenet_edgetpu_v2_m.untrained': _cfg(
#hf_hub_id='timm/',
input_size=(3, 224, 224), crop_pct=0.9),
'mobilenet_edgetpu_v2_m.ra4_e3600_r224_in1k': _cfg(
hf_hub_id='timm/',
mean=IMAGENET_INCEPTION_MEAN, std=IMAGENET_INCEPTION_STD,
crop_pct=0.9, test_input_size=(3, 256, 256), test_crop_pct=0.95,
),
'mobilenet_edgetpu_v2_l.untrained': _cfg(
#hf_hub_id='timm/',
input_size=(3, 224, 224), crop_pct=0.9),
Expand Down

0 comments on commit 4a10302

Please sign in to comment.