Blame view

egs/mgb5/s5/cmd.sh 484 Bytes
8dcb6dfcb   Yannick Estève   first commit
1
2
3
4
5
6
7
8
9
10
  # "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.
  
  export train_cmd="slurm.pl --mem 6G --config conf/slurm.conf"
  export decode_cmd="slurm.pl  --config conf/slurm.conf"
  export cuda_cmd="slurm.pl gpu --mem 6G --gpu 2 --config conf/slurm.conf"