-
Notifications
You must be signed in to change notification settings - Fork 16
/
DRA.json
29 lines (28 loc) · 1.01 KB
/
DRA.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
{
"source_model_path": ["NIPS2017/DRA/DRA_resnet50.pth"],
"target_model_path": ["NIPS2017/DRA/DRA_resnet50.pth",
"NIPS2017/pretrained/vgg19_bn",
"NIPS2017/pretrained/resnet152",
"NIPS2017/pretrained/inception_v3",
"NIPS2017/pretrained/densenet121",
"NIPS2017/pretrained/mobilenet_v2",
"NIPS2017/pretrained/senet154",
"NIPS2017/pretrained/resnext101",
"NIPS2017/pretrained/wrn101",
"NIPS2017/pretrained/pnasnet",
"NIPS2017/pretrained/mnasnet"],
"n_iter": 100,
"shuffle": true,
"batch_size": 200,
"norm_type": "inf",
"epsilon": 0.03,
"norm_step": 0.00392157,
"seed": 0,
"n_ensemble": 1,
"targeted": false,
"input_transformation": "",
"loss_function": "cross_entropy",
"grad_calculation": "general",
"backpropagation": "nonlinear",
"update_dir_calculation": "sgd"
}