Update exp/decode.sh
Browse files- exp/decode.sh +1 -1
exp/decode.sh
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
export CUDA_VISIBLE_DEVICES=
|
| 4 |
|
| 5 |
# greedy search
|
| 6 |
-
./pruned_transducer_stateless7/
|
| 7 |
--epoch 20 \
|
| 8 |
--avg 5 \
|
| 9 |
--exp-dir ./pruned_transducer_stateless7/exp \
|
|
|
|
| 3 |
export CUDA_VISIBLE_DEVICES=
|
| 4 |
|
| 5 |
# greedy search
|
| 6 |
+
./pruned_transducer_stateless7/decode_gigaspeech.py \
|
| 7 |
--epoch 20 \
|
| 8 |
--avg 5 \
|
| 9 |
--exp-dir ./pruned_transducer_stateless7/exp \
|