We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
master branch (0.x version, such as v0.10.0, or dev branch)
v0.10.0
dev
When I am trying to run the colab file 'https://colab.research.google.com/github/open-mmlab/mmselfsup/blob/master/demo/mmselfsup_colab_tutorial.ipynb#scrollTo=fb3da020"
Tt gives me error message - cannot import name config from mmcv. I tried different ways but was not able to resolve issue
from mmcv import Config
colabl file - https://colab.research.google.com/github/open-mmlab/mmselfsup/blob/master/demo/mmselfsup_colab_tutorial.ipynb#scrollTo=fb3da020
cannot import name config from mmcv.
The above line gives error message - cannot import name config from mmcv.
The text was updated successfully, but these errors were encountered:
Jiahao000
No branches or pull requests
Branch
master branch (0.x version, such as
v0.10.0
, ordev
branch)Prerequisite
Environment
When I am trying to run the colab file 'https://colab.research.google.com/github/open-mmlab/mmselfsup/blob/master/demo/mmselfsup_colab_tutorial.ipynb#scrollTo=fb3da020"
Describe the bug
Tt gives me error message - cannot import name config from mmcv. I tried different ways but was not able to resolve issue
Reproduces the problem - code sample
Load the basic config file
from mmcv import Config
Reproduces the problem - command or script
colabl file - https://colab.research.google.com/github/open-mmlab/mmselfsup/blob/master/demo/mmselfsup_colab_tutorial.ipynb#scrollTo=fb3da020
Reproduces the problem - error message
cannot import name config from mmcv.
Additional information
Load the basic config file
from mmcv import Config
The above line gives error message - cannot import name config from mmcv.
The text was updated successfully, but these errors were encountered: