-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathcos_reconsE_sm.yaml
29 lines (24 loc) · 1.02 KB
/
cos_reconsE_sm.yaml
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
!obj:pylearn2.scripts.train.Train {
"dataset": !obj:pylearn2.datasets.cos_dataset.CosDataset {},
"model": !obj:galatea.models.febm.FEBM {
"energy_function": !obj:galatea.energy_functions.scratch.recons_model_1 {
"nvis" : 2,
"nhid" : 400,
"irange" : 1.5,
"init_bias_hid" : 0.0,
"init_vis_prec" : 5.,
"vis_prec_lr_scale" : .001,
"learn_vis_prec" : 1.,
"init_delta" : 0.0
}
},
"algorithm": !obj:pylearn2.training_algorithms.sgd.SGD {
"learning_rate" : .002,
"batch_size" : 5,
"batches_per_iter" : 1000,
"monitoring_batches" : 10,
"monitoring_dataset" : !obj:pylearn2.datasets.cos_dataset.CosDataset {},
"cost" : !obj:pylearn2.costs.ebm_estimation.SM {}
},
"save_path": "cos_reconsE_sm.pkl"
}