-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
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
[Feature] Add multi machine dist_train
.
#1383
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please modify the tools/dist_train.py
Those files should be modified:
|
Codecov Report
@@ Coverage Diff @@
## master #1383 +/- ##
=======================================
Coverage 90.39% 90.39%
=======================================
Files 133 133
Lines 7906 7906
Branches 1318 1318
=======================================
Hits 7147 7147
Misses 536 536
Partials 223 223
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also modify docs/cn/train.md
dist_train
.
* [Feature] Support Resnet strikes back * fix url * [Feature] Add multi machine `dist_train`. (#1383) * Add training startup documentation * fix * fix * fix * fix * fix * fix * fix * fix * fix * modify R-50b rsb Co-authored-by: FangjianLin <93248678+linfangjian01@users.noreply.github.com>
* [Feature] Provide URLs of Swin Transformer pretrained models * [Feature] Add multi machine `dist_train`. (#1383) * Add training startup documentation * fix * fix * fix * fix * fix * fix * fix * fix * fix * delete pretrained=None in all six config files * [Fix] make arguments effective in tools/confusion_matrix.py (#1401) * add an argument for customizing `title' of the output figure * fix `color_theme' arguments not passing to plot function Signed-off-by: code14 <mob5566@gmail.com> * colab notebook: fix outdated link for doc (#1392) * colab notebook: fix outdated link for doc Fixed outdated link for how to customize your datasets by reorganizing data. * fix lint * fix typo (#1405) * [Fix] Fix windows-style path in `md2yml.py` in Windows pre-commit. (#1407) * test * avoid windows path * [Fix] fix the config name style description (#1414) Co-authored-by: FangjianLin <93248678+linfangjian01@users.noreply.github.com> Co-authored-by: Cody Wong <mob5566@gmail.com> Co-authored-by: Nemo Xiong <xiongnemo@126.com> Co-authored-by: Xiangxu-0103 <xuxiang0103@gmail.com> Co-authored-by: Rockey <41846794+RockeyCoss@users.noreply.github.com>
* Add training startup documentation * fix * fix * fix * fix * fix * fix * fix * fix * fix
* [Feature] Support Resnet strikes back * fix url * [Feature] Add multi machine `dist_train`. (open-mmlab#1383) * Add training startup documentation * fix * fix * fix * fix * fix * fix * fix * fix * fix * modify R-50b rsb Co-authored-by: FangjianLin <93248678+linfangjian01@users.noreply.github.com>
…lab#1389) * [Feature] Provide URLs of Swin Transformer pretrained models * [Feature] Add multi machine `dist_train`. (open-mmlab#1383) * Add training startup documentation * fix * fix * fix * fix * fix * fix * fix * fix * fix * delete pretrained=None in all six config files * [Fix] make arguments effective in tools/confusion_matrix.py (open-mmlab#1401) * add an argument for customizing `title' of the output figure * fix `color_theme' arguments not passing to plot function Signed-off-by: code14 <mob5566@gmail.com> * colab notebook: fix outdated link for doc (open-mmlab#1392) * colab notebook: fix outdated link for doc Fixed outdated link for how to customize your datasets by reorganizing data. * fix lint * fix typo (open-mmlab#1405) * [Fix] Fix windows-style path in `md2yml.py` in Windows pre-commit. (open-mmlab#1407) * test * avoid windows path * [Fix] fix the config name style description (open-mmlab#1414) Co-authored-by: FangjianLin <93248678+linfangjian01@users.noreply.github.com> Co-authored-by: Cody Wong <mob5566@gmail.com> Co-authored-by: Nemo Xiong <xiongnemo@126.com> Co-authored-by: Xiangxu-0103 <xuxiang0103@gmail.com> Co-authored-by: Rockey <41846794+RockeyCoss@users.noreply.github.com>
* Add training startup documentation * fix * fix * fix * fix * fix * fix * fix * fix * fix
* [Feature] Support Resnet strikes back * fix url * [Feature] Add multi machine `dist_train`. (open-mmlab#1383) * Add training startup documentation * fix * fix * fix * fix * fix * fix * fix * fix * fix * modify R-50b rsb Co-authored-by: FangjianLin <93248678+linfangjian01@users.noreply.github.com>
…lab#1389) * [Feature] Provide URLs of Swin Transformer pretrained models * [Feature] Add multi machine `dist_train`. (open-mmlab#1383) * Add training startup documentation * fix * fix * fix * fix * fix * fix * fix * fix * fix * delete pretrained=None in all six config files * [Fix] make arguments effective in tools/confusion_matrix.py (open-mmlab#1401) * add an argument for customizing `title' of the output figure * fix `color_theme' arguments not passing to plot function Signed-off-by: code14 <mob5566@gmail.com> * colab notebook: fix outdated link for doc (open-mmlab#1392) * colab notebook: fix outdated link for doc Fixed outdated link for how to customize your datasets by reorganizing data. * fix lint * fix typo (open-mmlab#1405) * [Fix] Fix windows-style path in `md2yml.py` in Windows pre-commit. (open-mmlab#1407) * test * avoid windows path * [Fix] fix the config name style description (open-mmlab#1414) Co-authored-by: FangjianLin <93248678+linfangjian01@users.noreply.github.com> Co-authored-by: Cody Wong <mob5566@gmail.com> Co-authored-by: Nemo Xiong <xiongnemo@126.com> Co-authored-by: Xiangxu-0103 <xuxiang0103@gmail.com> Co-authored-by: Rockey <41846794+RockeyCoss@users.noreply.github.com>
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 some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
Add more detailed documentation for users of single and multi-machine training to suit different development environments.
ref: open-mmlab/mmselfsup#232
Modification
Add the English and Chinese description documents of startup tasks. Modify the tools/dist_train.sh and tools/dist_test.sh files.