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
I'm working on using some pretrained models from mmselfsup in a separate PyTorch project. However, I'm having trouble converting the mmengine-formatted weights to standard PyTorch state dicts.
Specifically:
Is there a recommended way to convert mmengine model weights to PyTorch state dicts?
Are there any gotchas or key differences to be aware of in the weight formats?
Is there existing utility code in mmselfsup or a related library to handle this conversion?
If not, would it be helpful to add such a conversion utility to mmselfsup?
The text was updated successfully, but these errors were encountered:
I'm working on using some pretrained models from mmselfsup in a separate PyTorch project. However, I'm having trouble converting the mmengine-formatted weights to standard PyTorch state dicts.
Specifically:
Is there a recommended way to convert mmengine model weights to PyTorch state dicts?
Are there any gotchas or key differences to be aware of in the weight formats?
Is there existing utility code in mmselfsup or a related library to handle this conversion?
If not, would it be helpful to add such a conversion utility to mmselfsup?
The text was updated successfully, but these errors were encountered: