-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
System information
- OS version/distro: Windows 10 Pro 10.0.17763
- .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
to1.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.
eerhardt and gatsbys
Metadata
Metadata
Assignees
Labels
No labels