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 b95fe32 commit 4c5106cCopy full SHA for 4c5106c
misc/do_nightly_build
@@ -8,6 +8,9 @@ NOSETESTS=${ROOT_CWD}/Theano/bin/theano-nose
8
FLAGS=warn.ignore_bug_before=0.5,compiledir=${COMPILEDIR}
9
export PYTHONPATH=${ROOT_CWD}/Theano:${ROOT_CWD}/Pylearn:$PYTHONPATH
10
11
+cd ${ROOT_CWD}/DeepLearningTutorials/data
12
+./download.sh
13
+
14
cd ${ROOT_CWD}/Theano
15
echo "git version for Theano:" `git rev-parse HEAD`
16
cd ${ROOT_CWD}/DeepLearningTutorials/code
0 commit comments