Browse Source

Revert "set NeuralNetXor_ImportedGraph.ImportGraph false"

This reverts commit e0e2bd13ef.
tags/v0.9
Meinrad Recheis 6 years ago
parent
commit
149dfcdc52
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 = false }.Run());
Assert.IsTrue(new NeuralNetXor() { Enabled = true, ImportGraph = true }.Run());
}


Loading…
Cancel
Save