Skip to content

Commit

Permalink
remove --fast option
Browse files Browse the repository at this point in the history
  • Loading branch information
apcode committed Jan 11, 2018
1 parent 2dec97d commit 8120b5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions train_classifier.sh
Expand Up @@ -77,7 +77,6 @@ echo $VOCAB_SIZE
# --num_threads=1 \
# --nouse_ngrams \
# --nolog_device_placement \
# --fast \
# --debug

mpirun -np 2 python classifier.py \
Expand All @@ -100,6 +99,5 @@ mpirun -np 2 python classifier.py \
--num_threads=1 \
--nouse_ngrams \
--nolog_device_placement \
--fast \
--horovod \
--debug

0 comments on commit 8120b5f

Please sign in to comment.