We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbf362 commit b3d0862Copy full SHA for b3d0862
src/TensorFlowNet.Benchmarks/Leak/SavedModelCleanup.cs
@@ -18,7 +18,7 @@ public void Run()
18
var modelDir = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
19
var ClassifierModelPath = Path.Combine(modelDir, "Leak", "TestModel", "saved_model");
20
21
- for (var i = 0; i < 1000; i++)
+ for (var i = 0; i < 50; i++)
22
{
23
var session = Session.LoadFromSavedModel(ClassifierModelPath);
24
0 commit comments