We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5d25a commit e0e2bd1Copy full SHA for e0e2bd1
test/TensorFlowNET.UnitTest/ExamplesTests/ExamplesTest.cs
@@ -119,7 +119,7 @@ public void NeuralNetXor()
119
public void NeuralNetXor_ImportedGraph()
120
{
121
tf.Graph().as_default();
122
- Assert.IsTrue(new NeuralNetXor() { Enabled = true, ImportGraph = true }.Run());
+ Assert.IsTrue(new NeuralNetXor() { Enabled = true, ImportGraph = false }.Run());
123
}
124
125
0 commit comments