-
When I tried to load a model fine-tuned using a model from previous timm version, it fails with the following error. |
Beta Was this translation helpful? Give feedback.
Answered by
rwightman
May 17, 2023
Replies: 1 comment 1 reply
-
@egundogdu see README bullets, https://github.com/huggingface/pytorch-image-models#whats-new use the checkpoint_filter_fn, needed to break it to support feature extraction more sensibly due to unfornate downsample vs block ordering in original model |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
egundogdu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@egundogdu see README bullets, https://github.com/huggingface/pytorch-image-models#whats-new use the checkpoint_filter_fn, needed to break it to support feature extraction more sensibly due to unfornate downsample vs block ordering in original model