Closed a1247418 closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 74.44%. Comparing base (
9d41265
) to head (706afa2
).:exclamation: Current head 706afa2 differs from pull request most recent head d0b8b8e. Consider uploading reports for the commit d0b8b8e to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In
timm 0.9.x
, the model naming scheme has changed, e.g.vit_base_patch16_224_in21k
->vit_base_patch16_224.augreg_in21k
(the datasets are now separated by a '.'), but the part after '.' is omitted intimm.list_models()
. The change of the if-statement is a minimal change that allows for compatibility to both versions oftimm
.