mmselfsup
mmselfsup copied to clipboard
OpenMMLab Self-Supervised Learning Toolbox and Benchmark
## Motivation `sh` defaults to `dash` in least some distros of Linux, which does not support the syntax of something like `${@:3}` in tools/dist_train.sh. Switch to bash and it works...
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand...
**Checklist** 1. I have searched related issues but cannot get the expected help. ✅ 2. I have read the FAQ documentation but cannot get the expected help. ✅ Hi! I...
Since hook_cfg is a dictionary, its 'type' member can not be accessed with the current dot notation (hook_cfg.type), rather it has to be accessed either with hook_cfg['type'], but that would...
**Checklist** 1. I have searched related issues but cannot get the expected help. ✅ 2. The unexpected results still exist in the latest version. ✅ **Describe the Issue** Tried to...
Could you please support Video MAE: https://github.com/MCG-NJU/VideoMAE Thank you ~
**Describe the feature** Dump the final training configuration file to work directory. It'll be easy for users to track the config of the training after started. **Motivation** It is inconvenient...
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand...
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand...
**Describe the feature** Refactor the tools file structure - remove dist/slurm_test.sh in the tools - add dist/slurm_test.sh for the downstream tasks in benchmarks.