-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
about test basicvsr problem #376
Comments
There is no |
thank you, The document environment requirements should be revised... |
@ckkelvinchan Could you please update the lower bound on mmcv? Here https://github.com/open-mmlab/mmediting/blob/master/mmedit/__init__.py |
Sure no problem, I will update it after meeting. |
when i test the basicvsr i get
File "mmediting/mmedit/models/components/stylegan2/generator_discriminator.py" , line 7 , in
from mmcv.runner.checkpoint import _load_checkpoint_with_prefix
ImportError: cannot import name ' _load_checkpoint_with_prefix'
My environment is python3.6, pytorch1.4 , cuda9.2, mmcv-full-1.2.1
When I check file mmcv.runner.checkpoint it really doesn't have file _load_checkpoint_with_prefix
I don't know what to do. Can you help me solve this problem
The text was updated successfully, but these errors were encountered: