Commit ·
9ef8d54
1
Parent(s): 63aaf44
Update run_librispeech.sh
Browse files- run_librispeech.sh +2 -1
run_librispeech.sh
CHANGED
|
@@ -28,4 +28,5 @@ python -m torch.distributed.launch \
|
|
| 28 |
--fp16 \
|
| 29 |
--group_by_length \
|
| 30 |
--predict_with_generate \
|
| 31 |
-
--do_train --do_eval
|
|
|
|
|
|
| 28 |
--fp16 \
|
| 29 |
--group_by_length \
|
| 30 |
--predict_with_generate \
|
| 31 |
+
--do_train --do_eval \
|
| 32 |
+
--do_lower_case
|