Blame view

egs/tedlium/s5_r3/cmd.sh 513 Bytes
8dcb6dfcb   Yannick Estève   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  # "queue.pl" uses qsub.  The options to it are
  # options to qsub.  If you have GridEngine installed,
  # change this to a queue you have access to.
  # Otherwise, use "run.pl", which will run jobs locally
  # (make sure your --num-jobs options are no more than
  # the number of cpus on your machine.
  
  # Run locally:
  #export train_cmd=run.pl
  #export decode_cmd=run.pl
  
  # JHU cluster (or most clusters using GridEngine, with a suitable
  # conf/queue.conf).
  export train_cmd="queue.pl"
  export decode_cmd="queue.pl --mem 4G"