Skip to content

Commit 21664bf

Browse files
author
Grégoire
committed
fix typo stuff
1 parent 9d856f7 commit 21664bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

code/test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
def test_rnnslu():
18-
rnnslu.test(1)
18+
rnnslu.test_rnnslu(n_epochs=1)
1919

2020

2121
def test_logistic_sgd():
@@ -60,6 +60,7 @@ def test_rbm():
6060
def test_rnnrbm():
6161
rnnrbm.test_rnnrbm(num_epochs=1)
6262

63+
6364
def speed():
6465
"""
6566
This fonction modify the configuration theano and don't restore it!

0 commit comments

Comments
 (0)