Minor fixes.

This commit is contained in:
Fangjun Kuang 2021-12-17 20:39:34 +08:00
parent be493ad913
commit 9fad0fd915
3 changed files with 3 additions and 3 deletions

View File

@ -15,5 +15,5 @@ export CUDA_VISIBLE_DEVICES="0,1,2,3"
--exp-dir transducer/exp \
--full-libri 1 \
--max-duration 250 \
--lr-factor 2.5 \
--lr-factor 2.5
```

View File

@ -24,8 +24,8 @@ Usage:
--exp-dir ./transducer/exp \
--max-duration 100 \
--decoding-method greedy_search
(2) beam search
(2) beam search
./transducer/decode.py \
--epoch 14 \
--avg 7 \

View File

@ -18,5 +18,5 @@ export CUDA_VISIBLE_DEVICES="0,1,2,3"
--exp-dir transducer_stateless/exp \
--full-libri 1 \
--max-duration 250 \
--lr-factor 2.5 \
--lr-factor 2.5
```