Browse Source

stopping test from running immediately

pull/858/head
Luke Bollam 4 years ago
parent
commit
c750955c4d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/TensorFlowNet.Benchmarks/Program.cs

+ 2
- 2
src/TensorFlowNet.Benchmarks/Program.cs View File

@@ -14,8 +14,8 @@ namespace TensorFlowBenchmark
{
print(tf.VERSION);

new SavedModelCleanup().Run();
/*new RepeatDataSetCrash().Run();
/*new SavedModelCleanup().Run();
new RepeatDataSetCrash().Run();
new GpuLeakByCNN().Run();*/

if (args?.Length > 0)


Loading…
Cancel
Save