'message_hub' keyError when trying to finetune pretrained MMPose models. #3076
Unanswered
mmayank74567
asked this question in
Q&A
Replies: 1 comment
-
Hi mmayank74567, We just got RTMO-s pre-trained weights reproduced in keeping all keys inside PyTorch checkpoint. |
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.
-
When resuming a model to finetune, MMengine expects to have a 'message_hub' key in the checkpoint.
However, it seems like MMPose does not save the 'message_hub' when saving the torch model (reference) This causes the following issue:
Beta Was this translation helpful? Give feedback.
All reactions