Skip to content

Commit f680524

Browse files
committed
In the buildbot script, print the Theano version and teh DeepLearningTutorial version.
1 parent ca53829 commit f680524

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

misc/do_nightly_build

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ NOSETESTS=/usr/bin/nosetests
88
FLAGS=warn.argmax_pushdown_bug=False,warn.gpusum_01_011_0111_bug=False,warn.sum_sum_bug=False,warn.sum_div_dimshuffle_bug=False,compiledir=${COMPILEDIR}
99
export PYTHONPATH=${ROOT_CWD}/Theano:${ROOT_CWD}/Pylearn:$PYTHONPATH
1010

11+
cd ${ROOT_CWD}/Theano
12+
hg summary
1113
cd ${ROOT_CWD}/DeepLearningTutorials/code
14+
echo "git version:" `git rev-parse HEAD`
15+
1216
#echo "executing nosetests with mode=FAST_COMPILE"
1317
#THEANO_FLAGS=${FLAGS},mode=FAST_COMPILE ${NOSETESTS}
1418
echo "executing nosetests speed with mode=FAST_RUN"

0 commit comments

Comments
 (0)