-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathso2sat_config_r3.json
66 lines (66 loc) · 1.71 KB
/
so2sat_config_r3.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"_description": "Baseline so2sat classification",
"adhoc": null,
"attack": {
"generate_kwargs": {
"patch_height": 2,
"patch_width": 2,
"xmin": 0,
"ymin": 0
},
"knowledge": "white",
"kwargs": {
"batch_size": 1,
"eps": 2.0,
"eps_step": 0.03,
"max_iter": 100,
"num_random_init": 0,
"random_eps": false,
"targeted": false,
"verbose": false
},
"module": "armory.art_experimental.attacks.pgd_patch",
"name": "PGDPatch",
"use_label": true
},
"dataset": {
"batch_size": 1024,
"eval_split": "validation",
"framework": "numpy",
"module": "armory.data.datasets",
"name": "so2sat"
},
"defense": null,
"metric": {
"means": true,
"perturbation": "l0",
"record_metric_per_sample": false,
"task": [
"categorical_accuracy"
]
},
"model": {
"fit": false,
"fit_kwargs": {},
"model_kwargs": {},
"wrapper_kwargs": {},
"module": "my_models.cnn_so2sat_r3",
"name": "get_art_model",
"weights_file": "cnn_so2sat.pth"
},
"scenario": {
"kwargs": {
"attack_modality": "sar"
},
"module": "armory.scenarios.multimodal_so2sat_scenario",
"name": "So2SatClassification"
},
"sysconfig": {
"docker_image": "twosixarmory/tf1:0.13.3",
"external_github_repo": "devnkong/armory-submission@master",
"gpus": "all",
"output_dir": null,
"output_filename": null,
"use_gpu": true
}
}