Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
added cudnn support
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 authored Oct 2, 2019
1 parent 9e45711 commit 6e86654
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DeepSpeech/train_it.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ pushd $HOME/ds/
fi;

python -u DeepSpeech.py \
--show_progressbar True \
--use_cudnn_rnn True \
--alphabet_config_path /mnt/models/alphabet.txt \
--lm_binary_path /mnt/lm/lm.binary \
--lm_trie_path /mnt/lm/trie \
Expand Down

0 comments on commit 6e86654

Please sign in to comment.