Skip to content

Commit 9d856f7

Browse files
author
Grégoire
committed
added test for 1 epoch
1 parent 7b7e603 commit 9d856f7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

code/test.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
import rbm
1212
import rnnrbm
1313
import SdA
14+
import rnnslu
15+
16+
17+
def test_rnnslu():
18+
rnnslu.test(1)
1419

1520

1621
def test_logistic_sgd():
@@ -55,7 +60,6 @@ def test_rbm():
5560
def test_rnnrbm():
5661
rnnrbm.test_rnnrbm(num_epochs=1)
5762

58-
5963
def speed():
6064
"""
6165
This fonction modify the configuration theano and don't restore it!

0 commit comments

Comments
 (0)