Skip to content
Snippets Groups Projects
Commit 8d569a27 authored by Michele Alberti's avatar Michele Alberti
Browse files

[doc] Fix value of eps in MNIST property.

parent 7f85d1f3
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,7 @@ samples, we can define a goal and check the property ...@@ -141,7 +141,7 @@ samples, we can define a goal and check the property
goal robustness: goal robustness:
let nn = read_neural_network "nets/MNIST_256_2.onnx" ONNX in let nn = read_neural_network "nets/MNIST_256_2.onnx" ONNX in
let dataset = read_dataset "csv/mnist_test.csv" CSV in let dataset = read_dataset "csv/mnist_test.csv" CSV in
let eps = (0.375:t) in let eps = (0.0100000000000000002081668171172168513294309377670288085937500000:t) in
robust nn dataset eps robust nn dataset eps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment