From 8879521b13536fa9f0bde159f4bb4a112fcc5dbf Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 15 Jul 2015 17:06:01 -0400 Subject: s/FAST_RUN/fast_run --- prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare.sh b/prepare.sh index 7559167..ccaca1b 100755 --- a/prepare.sh +++ b/prepare.sh @@ -121,4 +121,4 @@ echo -n "${YELLOW}mkdir output... $RESET"; mkdir output; echo "${GREEN}ok" echo -e "\n$GREEN${BOLD}The data was successfully prepared" echo "${YELLOW}To train the winning model on gpu, you can now run the following command:" -echo "${YELLOW}THEANO_FLAGS=floatX=float32,device=gpu,optimizer=FAST_RUN python2 train.py dest_mlp_tgtcls_1_cswdtx_alexandre" +echo "${YELLOW}THEANO_FLAGS=floatX=float32,device=gpu,optimizer=fast_run python2 train.py dest_mlp_tgtcls_1_cswdtx_alexandre" -- cgit v1.2.3