Commit
·
7b2dabb
1
Parent(s):
b0da69b
Remove streaming mode and evaluate more frequently
Browse files
run.sh
CHANGED
|
@@ -15,9 +15,9 @@ python run_speech_recognition_seq2seq_streaming.py \
|
|
| 15 |
--learning_rate="1.75e-5" \
|
| 16 |
--warmup_steps="5000" \
|
| 17 |
--evaluation_strategy="steps" \
|
| 18 |
-
--eval_steps="
|
| 19 |
--save_strategy="steps" \
|
| 20 |
-
--save_steps="
|
| 21 |
--generation_max_length="225" \
|
| 22 |
--length_column_name="input_length" \
|
| 23 |
--max_duration_in_seconds="30" \
|
|
@@ -35,6 +35,6 @@ python run_speech_recognition_seq2seq_streaming.py \
|
|
| 35 |
--do_eval \
|
| 36 |
--predict_with_generate \
|
| 37 |
--do_normalize_eval \
|
| 38 |
-
--streaming \
|
| 39 |
--use_auth_token \
|
| 40 |
--push_to_hub
|
|
|
|
| 15 |
--learning_rate="1.75e-5" \
|
| 16 |
--warmup_steps="5000" \
|
| 17 |
--evaluation_strategy="steps" \
|
| 18 |
+
--eval_steps="250" \
|
| 19 |
--save_strategy="steps" \
|
| 20 |
+
--save_steps="250" \
|
| 21 |
--generation_max_length="225" \
|
| 22 |
--length_column_name="input_length" \
|
| 23 |
--max_duration_in_seconds="30" \
|
|
|
|
| 35 |
--do_eval \
|
| 36 |
--predict_with_generate \
|
| 37 |
--do_normalize_eval \
|
| 38 |
+
--streaming="False" \
|
| 39 |
--use_auth_token \
|
| 40 |
--push_to_hub
|