forked from benMen87/ApproximateConvolutionalSparseCoding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
acsc-25noise.json
29 lines (29 loc) · 866 Bytes
/
acsc-25noise.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
{
"train_args":
{
"noise": 25,
"epoch": 30,
"batch_size": 15,
"learning_rate": 0.00001,
"dataset_path": "/data/hillel/data_sets/pascal_120.npz",
"log_dir": "/data/home/hillel/projects/lista_admm/saved_models/",
"load_path": "/data/home/hillel/projects/lista_admm/saved_models/alista-20iters-noise25-rnn_4/epoch_19",
"name": "alista-20iters-noise25-rnn"
},
"model_args": {
"num_input_channels": 1,
"num_output_channels": 1,
"kc": 64,
"ks": 7,
"ista_iters": 20,
"iter_weight_share": true,
"share_decoder": false
},
"test_args": {
"noise": 25,
"load_path": "saved_models/acsc4/epoch_34",
"name": "alista",
"testset_famous_path": "/data/test_images/",
"testset_pascal_path": "/data/"
}
}