-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fixed & Reactivated AutoFitImageClassificationTrainTest hanging by freeing old Tensor objects #4978
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
mstfbl
wants to merge
25
commits into
dotnet:master
from
mstfbl:AutoFitImageClassificationTrainTest-memoryFix
Closed
Changes from 6 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
f4a910e
Free Tensor objects in finally statement
mstfbl 4f8475c
Update RunnerUtil.cs
mstfbl f7e1337
Re-enable AutoFitImageClassificationTrainTest after fix
mstfbl 83ad312
Added IDisposable support to ModelContainer & corrected name of model…
mstfbl b366fbe
Corrected name of modelContainer in used cases
mstfbl cb22b21
Clean up Tensor objects through finalizer/destructor of ImageClassifi…
mstfbl eefa76f
Dispose ExperimentResult objects at the end
mstfbl 45681b4
Dispose only Tensor objects in models
mstfbl fbd3fd9
Don't free BestModel models
mstfbl 2816ced
Merge remote-tracking branch 'upstream/master' into AutoFitImageClass…
mstfbl 7dad242
Throw Exception if model is trying to be accessed after disposal
mstfbl 1488d0c
Initialize IsModelDisposed inside constructors
mstfbl 78bba9c
Model always written to disk, no longer stored in memory, simplify mo…
mstfbl bf84823
Model always written to disk, no longer stored in memory, simplify mo…
mstfbl 15b6135
Merge branch 'AutoFitImageClassificationTrainTest-memoryFix' of https…
mstfbl 087c0d5
Update ModelContainer.cs
mstfbl 476bc0e
Added descriptions for Dispose functions and "using" instead of direc…
mstfbl 6234fe5
Merge remote-tracking branch 'upstream/master' into AutoFitImageClass…
mstfbl ef17073
Added disposable/finalizer
mstfbl a16fccf
Run specific test 100 iterations
mstfbl 3c6045f
Update AutoFitTests.cs
mstfbl 289bc12
Update .vsts-dotnet-ci.yml
mstfbl 5fb9450
Update AutoFitTests.cs
mstfbl 7668f04
Update AutoFitTests.cs
mstfbl cb90b8f
Update AutoFitTests.cs
mstfbl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.