aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alexis211@gmail.com>2015-07-15 17:06:01 -0400
committerAlex Auvolat <alexis211@gmail.com>2015-07-15 17:06:01 -0400
commit8879521b13536fa9f0bde159f4bb4a112fcc5dbf (patch)
treedbd02768ebb293d527bed67fe20092ffeab870b8
parent1e8da55c32746e7bf898717c032144b056256d3c (diff)
downloadtaxi-8879521b13536fa9f0bde159f4bb4a112fcc5dbf.tar.gz
taxi-8879521b13536fa9f0bde159f4bb4a112fcc5dbf.zip
s/FAST_RUN/fast_run
-rwxr-xr-xprepare.sh2
1 files changed, 1 insertions, 1 deletions
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"