List models that support features_only=True
feature extraction
#2088
Replies: 2 comments
-
There's an open issue for that one #1824 ... will make a comment there about last thoughts I had on this... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, my initial search didn't catch that. I'll close this and follow up there. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a use case for a library I'm working on TorchSeg where I want to list all available timm models that support
features_only=True
.I'm currently looping over all possible models and catching the exception if it doesn't support it, but I was curious if there was already an available list in timm?
Beta Was this translation helpful? Give feedback.
All reactions