-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Fix] Fix multi-node dist test #292
Conversation
Codecov Report
@@ Coverage Diff @@
## master #292 +/- ##
==========================================
+ Coverage 85.05% 86.20% +1.15%
==========================================
Files 88 98 +10
Lines 5994 6924 +930
Branches 983 1119 +136
==========================================
+ Hits 5098 5969 +871
- Misses 709 736 +27
- Partials 187 219 +32
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
can this be tested? |
Since the unittest coverage is down below 85%, we will check the codecov and raise an issue to some assigners to improve the unittest. And for this PR, it has been tested successfully ; ) |
does the test fail without this fix? |
Actually, I haven't encount failure when performing multi-node dist test. This PR is related with open-mmlab/mmdetection#4017 |
yeah it's better to add a test, so that we know what we have fixed. |
@kennymckormick could explain more about the original problem, and why this is a partial fix? |
Unittest are added in #322 |
I noticed that #322 has been merged, and no errors was thrown. So could u give details on what bug does this pr solve? |
The bug will happen when performing distributed testing and gethering the result file under |
btw where is the I recommend save things in their workdir, so that we can make sure that
|
It is under |
For |
fine |
ref: open-mmlab/mmdetection#4017