提交 d34069df authored 作者: slefrancois's avatar slefrancois

corrects parts command

上级 720a3dc8
...@@ -9,6 +9,6 @@ source ~/.bashrc ...@@ -9,6 +9,6 @@ source ~/.bashrc
# Test theano core # Test theano core
PARTS="theano/compat theano/compile theano/d3viz theano/gof theano/misc theano/sandbox/linalg theano/sandbox/tests theano/scalar theano/scan_module theano/sparse theano/tensor theano/tests theano/typed_list" PARTS="theano/compat theano/compile theano/d3viz theano/gof theano/misc theano/sandbox/linalg theano/sandbox/tests theano/scalar theano/scan_module theano/sparse theano/tensor theano/tests theano/typed_list"
THEANO_PARAM="theano --with-timer --timer-top-n 10" THEANO_PARAM="${PARTS} --with-timer --timer-top-n 10"
FLAGS="mode=FAST_RUN,init_gpu_device=gpu,floatX=float32" FLAGS="mode=FAST_RUN,init_gpu_device=gpu,floatX=float32"
THEANO_FLAGS=${FLAGS} bin/theano-nose ${THEANO_PARAM} THEANO_FLAGS=${FLAGS} bin/theano-nose ${THEANO_PARAM}
...@@ -7,7 +7,7 @@ source ~/.bashrc ...@@ -7,7 +7,7 @@ source ~/.bashrc
echo "===== Testing old theano.sandbox.cuda backend" echo "===== Testing old theano.sandbox.cuda backend"
PARTS="theano/sandbox/cuda" PARTS="theano/sandbox/cuda"
THEANO_PARAM="theano --with-timer --timer-top-n 10" THEANO_PARAM="${PARTS} --with-timer --timer-top-n 10"
FLAGS="mode=FAST_RUN,init_gpu_device=gpu,floatX=float32" FLAGS="mode=FAST_RUN,init_gpu_device=gpu,floatX=float32"
THEANO_FLAGS=${FLAGS} bin/theano-nose ${THEANO_PARAM} THEANO_FLAGS=${FLAGS} bin/theano-nose ${THEANO_PARAM}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论