23 lines
328 B
INI
23 lines
328 B
INI
[data]
|
|
model_path = ./models/mnist/smallFNNPGD.onnx
|
|
squeeze = True
|
|
|
|
[domain]
|
|
domains = zonotopes
|
|
max_size = -1
|
|
max_noise = -1
|
|
by_layer = True
|
|
|
|
[analysis]
|
|
split = False
|
|
timeout = 2
|
|
add_suffix = True
|
|
nb_process = 4
|
|
verbose = True
|
|
|
|
[adv_robust]
|
|
epsilon = 0.03
|
|
image = ./tests/images/jpg/mnist.jpg
|
|
true_label = 1
|
|
total_labels = 10
|
|
|