mmfewshot
mmfewshot copied to clipboard
ImportError: cannot import name 'compat_cfg' from 'mmfewshot.utils'
In the process of using the latest version of mmfewshot, the above error was encountered, attempts to lower the version of mmcv-full from 1.7.2 to 1.6.0 failed,
Then, if you install the latest version of mmcv-full and mmfewshot, you can run the code successfully, but the following compat_cfg cannot import error is reported in mmfewshot.utils. How to solve it or how to modify the init file?