first
Browse files
run.sh
CHANGED
@@ -8,7 +8,7 @@ python run_speech_recognition_seq2seq_streaming.py \
|
|
8 |
--max_steps="100000" \
|
9 |
--output_dir="./" \
|
10 |
--per_device_train_batch_size="128" \
|
11 |
-
--per_device_eval_batch_size="
|
12 |
--gradient_accumulation_step="1" \
|
13 |
--logging_steps="50" \
|
14 |
--learning_rate="3e-6" \
|
|
|
8 |
--max_steps="100000" \
|
9 |
--output_dir="./" \
|
10 |
--per_device_train_batch_size="128" \
|
11 |
+
--per_device_eval_batch_size="32" \
|
12 |
--gradient_accumulation_step="1" \
|
13 |
--logging_steps="50" \
|
14 |
--learning_rate="3e-6" \
|