Blame view

Scripts/run_combine.sh 908 Bytes
ec85f8892   bigot benjamin   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  #!/bin/bash
  . 00_init_paths.sh
  
  # This script is invoked from ../run.sh
  # It contains some SGMM-related scripts that I am breaking out of the main run.sh for clarity.
  
  # Note: you might want to try to give the option --spk-dep-weights=false to train_sgmm2.sh;
  # this takes out the "symmetric SGMM" part which is not always helpful.
  
  # SGMM system on the si284 data [sgmm5b]
   
  local/score_combine.sh data/dev lang \
  exp/tri3b_fmmi_indirect/decode_dev_it8 \
  exp/tri3b_fmmi_indirect/decode_dev_it8_4g \
  exp/sgmm2_5b_mmi_b0.1/decode_dev_it4_4g \
  exp/sgmm2_5b_mmi_b0.1/decode_dev_it4 \
  exp/nnet5c/decode_dev_rescored \
  exp/nnet5c/decode_dev \
  exp/sgmm2_5b_mmi_b0.1_z/decode_dev_it4 \
  exp/tri3b/decode_dev \
  exp/combine_full/decode_dev
  #local/score_combine.sh data/dev lang exp/tri3b_fmmi_indirect/decode_dev_it8 exp/sgmm2_5b_mmi_b0.1/decode_dev_it4 exp/nnet5c/decode_dev exp/combine_fmmii_sgmm_nnet/decode_dev