pere commited on
Commit
2f27166
1 Parent(s): d0fd7a7
Files changed (1) hide show
  1. run.sh +1 -1
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="16" \
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" \