comparison pylearn/misc/do_nightly_build @ 1518:18c638290706

add end time.
author Frederic Bastien <nouiz@nouiz.org>
date Thu, 02 Aug 2012 12:30:16 -0400
parents 1de26774035f
children 9737834dcb0f
comparison
equal deleted inserted replaced
1517:a6e634b83d88 1518:18c638290706
24 24
25 #we change the seed and record it everyday to test different combination. We record it to be able to reproduce bug caused by different seed. We don't want multiple test in DEBUG_MODE each day as this take too long. 25 #we change the seed and record it everyday to test different combination. We record it to be able to reproduce bug caused by different seed. We don't want multiple test in DEBUG_MODE each day as this take too long.
26 seed=$RANDOM 26 seed=$RANDOM
27 echo "executing nosetests with mode=DEBUG_MODE with seed of the day $seed" 27 echo "executing nosetests with mode=DEBUG_MODE with seed of the day $seed"
28 THEANO_FLAGS=${FLAGS},unittests.rseed=$seed,mode=DEBUG_MODE,DebugMode.check_strides=0,DebugMode.patience=3,DebugMode.check_preallocated_output= ${NOSETESTS} Pylearn 28 THEANO_FLAGS=${FLAGS},unittests.rseed=$seed,mode=DEBUG_MODE,DebugMode.check_strides=0,DebugMode.patience=3,DebugMode.check_preallocated_output= ${NOSETESTS} Pylearn
29 29 date