Replies: 3 comments
-
Hi, if you installed PyTorch, importing |
Beta Was this translation helpful? Give feedback.
0 replies
-
This topic is suitable for discussion in the block. I converted it into a discussion and welcome to have more discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Using 'from mmengine.dist import get_dist_info' to replace |
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
-
Checklist
I notice the mmcv init.py file has these comments:
The following modules are not imported to this level, so mmcv may be used
without PyTorch.
What should I do to enable importing and usage of runner in my code? For example I'd like to run something like this without import errors:
from mmcv.runner import get_dist_info
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions