diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-07-20 17:40:28 -0400 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-07-20 17:40:28 -0400 |
commit | 58dcf7b17e9db6af53808994a7d39a759fcc5028 (patch) | |
tree | 04da88df5cc94c62fc450101180ae6d7c2dbe9e2 /prepare.sh | |
parent | 3a694dde577103f269ff888c19c820712fbab96a (diff) | |
parent | b6566c010be7c871a5b6c199feaf1dfda0910ade (diff) | |
download | taxi-58dcf7b17e9db6af53808994a7d39a759fcc5028.tar.gz taxi-58dcf7b17e9db6af53808994a7d39a759fcc5028.zip |
Merge branch 'master' of github.com:adbrebs/taxi
Diffstat (limited to 'prepare.sh')
-rwxr-xr-x | prepare.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |