-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparams.json
More file actions
32 lines (26 loc) · 719 Bytes
/
params.json
File metadata and controls
32 lines (26 loc) · 719 Bytes
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
{
"dataset": "SUN",
"is_corruption": true,
"test_model": "augmix",
"corruption_method": "spatter",
"corruption_severity": 1,
"CUB_paths": {
"att_split": "data/CUB/att_splits.mat",
"root": "path_to_images",
"metaData": "data/CUB/res101.mat"
},
"SUN_paths": {
"att_split": "data/SUN/att_splits.mat",
"root": "path_to_images",
"metaData": "data/SUN/res101.mat"
},
"AWA2_paths": {
"att_split": "data/AWA2/att_splits.mat",
"root": "path_to_images",
"metaData": "data/AWA2/res101.mat"
},
"num_workers":0,
"pin_memory": true,
"batch_size": 1,
"shuffle_dataset": false
}