This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[MXNET-130]disable cpu/gpu consistency test for Proposal OP and Multi Proposal OP #10201
Merged
piiswrong
merged 2 commits into
apache:master
from
wkcn:disable_consistency_test_for_proposal
Mar 22, 2018
Merged
[MXNET-130]disable cpu/gpu consistency test for Proposal OP and Multi Proposal OP #10201
piiswrong
merged 2 commits into
apache:master
from
wkcn:disable_consistency_test_for_proposal
Mar 22, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 tasks
Please create a JIRA issue and link it in the test-disable-reason. The explanation you gave there gets put into the JIRA issue instead. |
@marcoabreu Hello. I have created a JIRA issue and linked it. Thank you! |
marcoabreu
suggested changes
Mar 22, 2018
@@ -1657,7 +1657,14 @@ def test_cross_device_autograd(): | |||
|
|||
assert_almost_equal(dx, x.grad.asnumpy()) | |||
|
|||
@unittest.skip(''' |
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 link the jira issue there and remove this description (it shows up in the test results)
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 it. Thank you!
marcoabreu
approved these changes
Mar 22, 2018
ashokei
pushed a commit
to ashokei/incubator-mxnet
that referenced
this pull request
Mar 27, 2018
… Proposal OP (apache#10201) * disable cpu/gpu consistency test for Proposal OP and Multi Proposal OP * add jira issue link
jinhuang415
pushed a commit
to jinhuang415/incubator-mxnet
that referenced
this pull request
Mar 30, 2018
… Proposal OP (apache#10201) * disable cpu/gpu consistency test for Proposal OP and Multi Proposal OP * add jira issue link
rahul003
pushed a commit
to rahul003/mxnet
that referenced
this pull request
Jun 4, 2018
… Proposal OP (apache#10201) * disable cpu/gpu consistency test for Proposal OP and Multi Proposal OP * add jira issue link
zheng-da
pushed a commit
to zheng-da/incubator-mxnet
that referenced
this pull request
Jun 28, 2018
… Proposal OP (apache#10201) * disable cpu/gpu consistency test for Proposal OP and Multi Proposal OP * add jira issue link
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
I'm sorry that I made a mistake in the CPU/GPU consistency test for Proposal Operator and Multi Proposal Operator.
I disable cpu/gpu consistency test for Proposal OP and Multi Proposal OP temporarily until fixed.
Unit Test Detail:
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/PR-10161/5/pipeline/549#step-919-log-1763
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments