This repository was archived by the owner on Nov 17, 2023. It is now read-only.
[1.7] Revert "Fix memory leaks in Gluon"#18692
Merged
szha merged 1 commit intoapache:v1.7.xfrom Jul 12, 2020
Merged
Conversation
This reverts commit c4d9270.
|
Hey @rondogency , Thanks for submitting the PR
CI supported jobs: [windows-gpu, sanity, centos-gpu, unix-gpu, edge, unix-cpu, windows-cpu, website, clang, centos-cpu, miscellaneous] Note: |
chinakook
added a commit
to chinakook/gluon-cv
that referenced
this pull request
Nov 17, 2020
After this commit apache/mxnet#18328 , some memory leak were fixed. Whitout this commit faster rcnn traning cannot be successfully closed. These commits can be commit again after this yolo training fix. apache/mxnet#18692 apache/mxnet@0496690
zhreshold
added a commit
to dmlc/gluon-cv
that referenced
this pull request
Nov 24, 2020
* Fix yolo to support a memory leak fix After this commit apache/mxnet#18328 , some memory leak were fixed. Whitout this commit faster rcnn traning cannot be successfully closed. These commits can be commit again after this yolo training fix. apache/mxnet#18692 apache/mxnet@0496690 * fix all generator error in windows when training with multiprocessing * add pylint disable not-callable * Fix pylint * Fix pylint Co-authored-by: Joshua Z. Zhang <[email protected]>
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.
This reverts commit c4d9270 in 1.7 #18358
With the revert, we can train yolo with latest gluon cv without error