-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[Bug fix] Fix efficient test for multi-node #707
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug fix] Fix efficient test for multi-node #707
Conversation
Codecov Report
@@ Coverage Diff @@
## master #707 +/- ##
==========================================
+ Coverage 85.18% 85.78% +0.59%
==========================================
Files 105 105
Lines 5671 5627 -44
Branches 923 915 -8
==========================================
- Hits 4831 4827 -4
+ Misses 662 621 -41
- Partials 178 179 +1
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.
It works!
Tested with multi-gpu with single node and multi-node.
mmseg/apis/test.py
Outdated
@@ -50,6 +50,8 @@ def single_gpu_test(model, | |||
opacity(float): Opacity of painted segmentation map. | |||
Default 0.5. | |||
Must be in (0, 1] range. | |||
tmpdir (str): Path of directory to save the temporary results for |
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.
Not used.
* [Bug fix] Fix efficient test for multi-node * fixed CI * add efficient test dir * remove unused args
* resolve comments * update changelog * change the style of 3rdparty
Fixed #706