init good model this time
Browse files- .ipynb_checkpoints/run-checkpoint.sh +1 -1
- run.sh +1 -1
.ipynb_checkpoints/run-checkpoint.sh
CHANGED
@@ -5,7 +5,7 @@ python run_speech_recognition_ctc.py \
|
|
5 |
--cache_dir="../downloaded_data" \
|
6 |
--output_dir="./" \
|
7 |
--overwrite_output_dir \
|
8 |
-
--num_train_epochs="
|
9 |
--per_device_train_batch_size="64" \
|
10 |
--per_device_eval_batch_size="64" \
|
11 |
--gradient_accumulation_steps="1" \
|
|
|
5 |
--cache_dir="../downloaded_data" \
|
6 |
--output_dir="./" \
|
7 |
--overwrite_output_dir \
|
8 |
+
--num_train_epochs="20" \
|
9 |
--per_device_train_batch_size="64" \
|
10 |
--per_device_eval_batch_size="64" \
|
11 |
--gradient_accumulation_steps="1" \
|
run.sh
CHANGED
@@ -5,7 +5,7 @@ python run_speech_recognition_ctc.py \
|
|
5 |
--cache_dir="../downloaded_data" \
|
6 |
--output_dir="./" \
|
7 |
--overwrite_output_dir \
|
8 |
-
--num_train_epochs="
|
9 |
--per_device_train_batch_size="64" \
|
10 |
--per_device_eval_batch_size="64" \
|
11 |
--gradient_accumulation_steps="1" \
|
|
|
5 |
--cache_dir="../downloaded_data" \
|
6 |
--output_dir="./" \
|
7 |
--overwrite_output_dir \
|
8 |
+
--num_train_epochs="20" \
|
9 |
--per_device_train_batch_size="64" \
|
10 |
--per_device_eval_batch_size="64" \
|
11 |
--gradient_accumulation_steps="1" \
|