File size: 252 Bytes
92b0ee3
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash

export CUDA_VISIBLE_DEVICES=

# greedy search
./pruned_transducer_stateless7/decode.py \
    --epoch 30 \
    --avg 4 \
    --exp-dir ./pruned_transducer_stateless7/exp \
    --max-duration 600 \
    --decoding-method greedy_search