Thanks for providing interesting works and publicly releasing the code implementation.
I tried to follow the instructions and run the code, but I encountered some obstacles and got stuck (in stage 1).
mmcv version: since the current default version is 1.7.0 (I then tried to downgrade to 1.5.0)
DeRy/blocksize/block_meta.py does not have MODEL2MODULES, and this leads to the import error in DeRy/blocksize/__init__.py.
DeRy/mmcls and mmls package are conflicted, and renaming the DeRy/mmcls to other names can address this issue
DeRy/mmcls/datasets/multi_label.py is missing, and I tried to remove all parts that imported multi_label but some errors are still shown.
- What should I assign for
$Config for stage 1 (Model Zoo Preparation)?
Has anyone (or authors) successfully launched the training based on the current version?
This is an interesting work, and I would appreciate it if the authors can address some errors in the code and provide the launchable code 🙂
Thank you.
Thanks for providing interesting works and publicly releasing the code implementation.
I tried to follow the instructions and run the code, but I encountered some obstacles and got stuck (in stage 1).
mmcvversion: since the current default version is 1.7.0 (I then tried to downgrade to 1.5.0)DeRy/blocksize/block_meta.pydoes not haveMODEL2MODULES, and this leads to the import error inDeRy/blocksize/__init__.py.DeRy/mmclsandmmlspackage are conflicted, and renaming theDeRy/mmclsto other names can address this issueDeRy/mmcls/datasets/multi_label.pyis missing, and I tried to remove all parts that imported multi_label but some errors are still shown.$Configfor stage 1 (Model Zoo Preparation)?Has anyone (or authors) successfully launched the training based on the current version?
This is an interesting work, and I would appreciate it if the authors can address some errors in the code and provide the launchable code 🙂
Thank you.