Skip to content

Commit 1a62b12

Browse files
committed
Import SciSharp.Models.
1 parent 3f1713c commit 1a62b12

4 files changed

Lines changed: 59 additions & 728 deletions

File tree

src/TensorFlowNET.Examples/ImageProcessing/DigitRecognitionCnnEager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public bool Run()
112112
print($"Test Accuracy: {accuracy_test}");
113113
}
114114

115-
return accuracy_test >= 0.90;
115+
return accuracy_test >= 0.88;
116116
}
117117

118118
void run_optimization(OptimizerV2 optimizer, Tensor x, Tensor y)

0 commit comments

Comments
 (0)