We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9711aa commit e9fc9c3Copy full SHA for e9fc9c3
.travis.yml
@@ -21,7 +21,7 @@ install:
21
22
env:
23
- PART="test.py:test_logistic_sgd test.py:test_logistic_cg test.py:test_mlp test.py:test_convolutional_mlp test.py:test_dA"
24
- - PART="test.py:test_SdA"
+ - PART="test.py:test_SdA test.py:test_lstm"
25
- PART="test.py:test_dbn"
26
- PART="test.py:test_rbm test.py:test_rnnrbm"
27
- PART="-e test.py"
0 commit comments