File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -27,23 +27,22 @@ def test_logistic_cg():
27
27
28
28
29
29
def test_mlp ():
30
- mlp .test_mlp (n_epochs = 5 )
30
+ mlp .test_mlp (n_epochs = 1 )
31
31
32
32
33
33
def 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 ])
36
35
37
36
def 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' )
39
38
40
39
41
40
def 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 )
43
42
44
43
45
44
def 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 )
47
46
48
47
49
48
def test_rbm ():
You can’t perform that action at this time.
0 commit comments