mmaction2: AttributeError: 'ConfigDict' object has no attribute 'omnisource' in training mmaction colab
Thanks for your error report and we appreciate it a lot.
Checklist
- I have searched related issues but cannot get the expected help.
- The bug has not been fixed in the latest version.
Describe the bug A clear and concise description of what the bug is.
Reproduction
- What command or script did you run?
A placeholder for the command.
- Did you make any modifications on the code or config? Did you understand what you have modified?
- What dataset did you use?
Environment
- Please run
PYTHONPATH=${PWD}:$PYTHONPATH python mmaction/utils/collect_env.pyto collect necessary environment information and paste it here. - You may add addition that may be helpful for locating the problem, such as
- How you installed PyTorch [e.g., pip, conda, source]
- Other environment variables that may be related (such as
$PATH,$LD_LIBRARY_PATH,$PYTHONPATH, etc.)
Error traceback If applicable, paste the error traceback here.
A placeholder for traceback.
Bug fix If you have already identified the reason, you can provide the information here. If you are willing to create a PR to fix it, please also leave a comment here and that would be much appreciated!
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 17 (8 by maintainers)
Commits related to this issue
- [Fix]Fix omnisource config (Issue #315) (#316) * resolve comments * update changelog * fix omnisource cfg — committed to open-mmlab/mmaction2 by kennymckormick 4 years ago
PR #316 still does not add
omnisource=Trueto all of the cfg files, so some user might still have the error when using the colab tutorial. Please add them ASAP.