This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Fix nightly build of 1.4.x#14556
Merged
ThomasDelteil merged 4 commits intoapache:v1.4.xfrom Apr 10, 2019
Merged
Conversation
Nightly build of 1.4.x keeps failing, and while in 1.5.0 there was a major rewrite for this tutorial, since 1.4.0 is already published, I made the smallest change possible to fix that. I checked the build after this change on my EC2 instance - all good.
Contributor
|
Thank you for the fix @Ishitori Could you have a look at the CI failures? @mxnet-label-bot add [Build, pr-awaiting-review] |
added 2 commits
March 29, 2019 14:32
Contributor
Contributor
Author
|
@piyushghai, it does fail, and it seems there is something wrong with TensorRT. We are trying to find someone experienced with TensorRT to figure it out. |
This file contains hidden or 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
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
Nightly build of 1.4.x keeps failing - http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/NightlyTestsForBinaries/detail/v1.4.x/114/pipeline/
In 1.5.0 there is a major rewrite of this tutorial, but since 1.4.0 is already published, I made the smallest change possible to fix the failing build.
I checked the build after this change on my EC2 instance - all good.