Skip to content

Commit

Permalink
dev(narugo): allow models smaller than 0.3b
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Jan 21, 2025
1 parent d83507d commit 9bec4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zoo/timm/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def sync(repository: str = 'deepghs/timms', max_count: int = 100, params_limit:
logging.try_init_root(level=logging.INFO)
sync(
repository='deepghs/timms',
params_limit=0.1 * 1000 ** 3,
params_limit=0.3 * 1000 ** 3,
max_count=100,
)
# repo_id = 'timm/mobilenetv3_large_150d.ra4_e3600_r256_in1k'
Expand Down

0 comments on commit 9bec4a6

Please sign in to comment.