-
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
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. |
docs/getting_started.md
Outdated
in os package under Windows. | ||
|
||
```python | ||
checkpoint_config = dict(create_symlink=False) |
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.
We may consider update mmcv to disable create_symlink
automatically on windows.
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.
fixed
docs/install.md
Outdated
``` | ||
|
||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may use pytorch 1.6.0 for examples.
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.
Fixed.
* 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 <[email protected]>
Co-authored-by: Jerry Jiarui XU <[email protected]>
@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 <[email protected]> * Update docs/install.md Co-authored-by: Jerry Jiarui XU <[email protected]> Co-authored-by: Jerry Jiarui XU <[email protected]>
Training & Testing supported under Windows.
READMEs updated.