Skip to content

Commit

Permalink
Wrong pool size for 384x384 inception_next_base
Browse files Browse the repository at this point in the history
  • Loading branch information
rwightman committed Aug 24, 2023
1 parent ef2e6e6 commit a951b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timm/models/inception_next.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def _cfg(url='', **kwargs):
'inception_next_base.sail_in1k_384': _cfg(
hf_hub_id='timm/',
# url='https://github.com/sail-sg/inceptionnext/releases/download/model/inceptionnext_base_384.pth',
input_size=(3, 384, 384), pool_size=(10, 10), crop_pct=1.0,
input_size=(3, 384, 384), pool_size=(12, 12), crop_pct=1.0,
),
})

Expand Down

0 comments on commit a951b03

Please sign in to comment.