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 ffca75a commit 7459933Copy full SHA for 7459933
.travis.yml
@@ -23,11 +23,11 @@ install:
23
- "sudo pip install --no-deps git+git://github.com/Theano/Theano.git"
24
25
env:
26
- - PART="test.py:test_logistic_sgd test.py:test_logistic_cg test.py:test_mlp"
27
- - PART="test.py:test_convolutional_mlp test.py:test_dA"
+ - PART="test.py:test_logistic_sgd test.py:test_logistic_cg test.py:test_mlp test.py:test_convolutional_mlp test.py:test_dA"
28
- PART="test.py:test_SdA"
29
- PART="test.py:test_dbn"
30
- PART="test.py:test_rbm"
+ - PART="test.py:test_rnnrbm"
31
- PART="-e test.py"
32
33
#569.882s #9 code.test.test_rbm OK
0 commit comments