List all models available #343
Unanswered
VpkPrasanna
asked this question in
Q&A
Replies: 1 comment
-
You can try
# List models with pretrained weights
import timm
from pprint import pprint
model_names = timm.list_models(pretrained=True) #or pretrained=False
pprint(model_names)
Linh
… On 6 Jan 2021, at 14:36, V.Prasanna kumar ***@***.***> wrote:
How to find what the models available in timm package ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#343>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AFKZ27BAZUTF3P4KZCUSN6TSYQHGDANCNFSM4VXDMGKQ>.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to find what the models available in timm package ?
Beta Was this translation helpful? Give feedback.
All reactions