You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
https://timm.fast.ai/create_model
We can use create_model to retrive the given out_indices, but it breaks the network structure into ModuleDict, I can't easily to post process the network, for example, I can't find fuse (https://github.com/huggingface/pytorch-image-models/blob/main/timm/models/repvit.py#L328) after calling
create_model
.How can I do that?
Beta Was this translation helpful? Give feedback.
All reactions