diff --git a/test/TensorFlowNET.Examples/NeuralNetXor.cs b/test/TensorFlowNET.Examples/NeuralNetXor.cs index a2dce69b..ae52fa7c 100644 --- a/test/TensorFlowNET.Examples/NeuralNetXor.cs +++ b/test/TensorFlowNET.Examples/NeuralNetXor.cs @@ -16,7 +16,7 @@ namespace TensorFlowNET.Examples public int Priority => 10; public bool Enabled { get; set; } = true; public string Name => "NN XOR"; - public bool ImportGraph { get; set; } = true; + public bool ImportGraph { get; set; } = false; public int num_steps = 5000;