Skip to content

Input size of an image #1650

@bekhzod-olimov

Description

@bekhzod-olimov

How to automatically get the input size of an image after loading a model using create_model from timm.list_models list using for loop?

for i, model_name in enumerate(list(timm.list_models())):
    model = timm.create_model(model_name)
    inp_size = model...?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions