Replies: 3 comments 3 replies
-
I have the same question about this. Maybe it's a problem about the version. Have you solved it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same issue, probably a change made by the move to mmcv 2, but can't find where it was moved to. |
Beta Was this translation helpful? Give feedback.
3 replies
-
This will solve the problem "from mmengine.model import (constant_init, kaiming_init)" |
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.
-
my version is:
Package Version Source
mmcv 2.0.1 https://github.com/open-mmlab/mmcv
mmengine 0.8.4 https://github.com/open-mmlab/mmengine
mmpose 1.1.0 https://github.com/open-mmlab/mmpose
And I find that there is no
constant_init
in mmcv/cnn. What should I modify?Beta Was this translation helpful? Give feedback.
All reactions