M2_SETI/IA/seti_master-master/code/pyrat39/configs/image_example.ini
2023-01-29 16:56:40 +01:00

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