Skip to content

Commit

Permalink
add mnv4 conv_medium in12k -> in1k ft
Browse files Browse the repository at this point in the history
  • Loading branch information
rwightman committed Nov 22, 2024
1 parent a163411 commit 54bdab7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions timm/models/mobilenetv3.py
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,10 @@ def _cfg(url: str = '', **kwargs):
hf_hub_id='timm/',
crop_pct=0.95, test_input_size=(3, 256, 256), test_crop_pct=1.0, interpolation='bicubic'),

'mobilenetv4_conv_medium.e250_r384_in12k_ft_in1k': _cfg(
hf_hub_id='timm/',
input_size=(3, 384, 384), pool_size=(12, 12),
crop_pct=0.95, interpolation='bicubic'),
'mobilenetv4_conv_medium.e180_r384_in12k': _cfg(
hf_hub_id='timm/',
num_classes=11821,
Expand Down

0 comments on commit 54bdab7

Please sign in to comment.