Windows Support (Experimental)#75
Conversation
Codecov Report
@@ Coverage Diff @@
## master #75 +/- ##
==========================================
- Coverage 82.04% 81.97% -0.08%
==========================================
Files 76 76
Lines 3464 3467 +3
Branches 529 529
==========================================
Hits 2842 2842
- Misses 519 522 +3
Partials 103 103
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
Problems with mmcv=1.1.0. |
| in os package under Windows. | ||
|
|
||
| ```python | ||
| checkpoint_config = dict(create_symlink=False) |
There was a problem hiding this comment.
We may consider update mmcv to disable create_symlink automatically on windows.
| ``` | ||
|
|
||
| b. Install PyTorch and torchvision following the [official instructions](https://pytorch.org/). | ||
| Here we use PyTorch 1.5.0 and CUDA 10.1. |
There was a problem hiding this comment.
We may use pytorch 1.6.0 for examples.
* Fix fast_scnn resize problems * Fix fast_scnn resize problems 1 * Fix fast_scnn resize problems 2 * test for pascal voc
|
I'll use "merge" instead of "rebase" when i need to keep my branch updated with open-mmlab/mmsegmentation. |
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
|
@johnzja Have you test it on multi-gpu with DDP training? |
* Windows basic support * getting_started updated for Windows. * add experimental * install.md restructured to seperate Windows & Linux. * fix problems in install.md * fix mmcv version problem. * Fix fastscnn resize problems. (open-mmlab#82) * Fix fast_scnn resize problems * Fix fast_scnn resize problems 1 * Fix fast_scnn resize problems 2 * test for pascal voc * [Doc] Add annotaion format note (open-mmlab#77) * update pytorch version to 1.6.0 in install.md * del fastscnn_pascal config * del create_symlink=True * Merge instructions for Linux & Windows * mmcv version updated * redundant newline deleted * Update docs/install.md Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com> * Update docs/install.md Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com> Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
Training & Testing supported under Windows.
READMEs updated.