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? 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
macos python3.9 mmcv = 2.0.0
mmcv.dump(info, filename)
No
no
The text was updated successfully, but these errors were encountered:
Hi @wanrui12232385 , this function has moved to mmengine since mmcv>=2.0.0. More details can be found at https://github.com/open-mmlab/mmcv/blob/main/docs/en/compatibility.md#v200.
If you want to use this function, you either import it from mmengine or mmcv < 2.0.0.
mmengine
mmcv < 2.0.0
from mmengine import dump
from mmcv import dump
Sorry, something went wrong.
No branches or pull requests
Prerequisite
Environment
macos python3.9
mmcv = 2.0.0
Reproduces the problem - code sample
mmcv.dump(info, filename)
Reproduces the problem - command or script
No
Reproduces the problem - error message
No
Additional information
no
The text was updated successfully, but these errors were encountered: