File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,23 +27,22 @@ def test_logistic_cg():
2727
2828
2929def test_mlp ():
30- mlp .test_mlp (n_epochs = 5 )
30+ mlp .test_mlp (n_epochs = 1 )
3131
3232
3333def test_convolutional_mlp ():
34- convolutional_mlp .evaluate_lenet5 (n_epochs = 5 , nkerns = [5 , 5 ])
35-
34+ convolutional_mlp .evaluate_lenet5 (n_epochs = 1 , nkerns = [5 , 5 ])
3635
3736def test_dA ():
38- dA .test_dA (training_epochs = 3 , output_folder = 'tmp_dA_plots' )
37+ dA .test_dA (training_epochs = 1 , output_folder = 'tmp_dA_plots' )
3938
4039
4140def test_SdA ():
42- SdA .test_SdA (pretraining_epochs = 2 , training_epochs = 3 , batch_size = 300 )
41+ SdA .test_SdA (pretraining_epochs = 1 , training_epochs = 1 , batch_size = 300 )
4342
4443
4544def test_dbn ():
46- DBN .test_DBN (pretraining_epochs = 1 , training_epochs = 2 , batch_size = 300 )
45+ DBN .test_DBN (pretraining_epochs = 1 , training_epochs = 1 , batch_size = 300 )
4746
4847
4948def test_rbm ():
You can’t perform that action at this time.
0 commit comments