Skip to content

Commit

Permalink
run training locally by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sandsmark committed Jun 6, 2020
1 parent 0dabc21 commit cf16d9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions egs/sprakbanken_nor/s5/cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
# conf/queue.conf in http://kaldi-asr.org/doc/queue.html for more information,
# or search for the string 'default_config' in utils/queue.pl or utils/slurm.pl.

export train_cmd="queue.pl --mem 2G"
export decode_cmd="queue.pl --mem 4G"
export mkgraph_cmd="queue.pl --mem 8G"
export train_cmd="run.pl"
export decode_cmd="run.pl"
export mkgraph_cmd="run.pl"

0 comments on commit cf16d9d

Please sign in to comment.