Browse Source

set NeuralNetXor_ImportedGraph.ImportGraph false

tags/v0.9
Oceania2018 6 years ago
parent
commit
e0e2bd13ef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/TensorFlowNET.UnitTest/ExamplesTests/ExamplesTest.cs

+ 1
- 1
test/TensorFlowNET.UnitTest/ExamplesTests/ExamplesTest.cs View File

@@ -119,7 +119,7 @@ namespace TensorFlowNET.ExamplesTests
public void NeuralNetXor_ImportedGraph()
{
tf.Graph().as_default();
Assert.IsTrue(new NeuralNetXor() { Enabled = true, ImportGraph = true }.Run());
Assert.IsTrue(new NeuralNetXor() { Enabled = true, ImportGraph = false }.Run());
}


Loading…
Cancel
Save