You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET Version (eg., dotnet --info): .NET Core 2.2.203 e5bab63eca
Issue
What did you do? Update the NuGet references to Microsoft.ML.* from 1.2.0 to 1.3.1.
What happened? Memory leaking
What did you expect? Same behaviour as before
Source code / logs
The pipeline consists of a ValueToKey mapping, loading image, resizing and extracting pixels, input them into an tensorflow inception model and finally a LbfgsMaximumEntropy trainer.
This is a run training several models in 1.2.0:
The same exact code, running in 1.3.1:
Object count and heap size are more or less stable, my guess is something related to the tensorflow model not being cleared up.
The text was updated successfully, but these errors were encountered:
System information
Issue
1.2.0
to1.3.1
.Source code / logs
The pipeline consists of a ValueToKey mapping, loading image, resizing and extracting pixels, input them into an tensorflow inception model and finally a LbfgsMaximumEntropy trainer.
This is a run training several models in

1.2.0
:The same exact code, running in

1.3.1
:Object count and heap size are more or less stable, my guess is something related to the tensorflow model not being cleared up.

The text was updated successfully, but these errors were encountered: