Commit 61fe8dde authored by Allen Wang's avatar Allen Wang Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 311561279
parent 4b14ee70
...@@ -47,5 +47,7 @@ model: ...@@ -47,5 +47,7 @@ model:
train: train:
resume_checkpoint: True resume_checkpoint: True
epochs: 500 epochs: 500
# 313 * batch_size = dataset_size
steps_per_loop: 313
evaluation: evaluation:
epochs_between_evals: 1 epochs_between_evals: 1
...@@ -46,5 +46,7 @@ model: ...@@ -46,5 +46,7 @@ model:
train: train:
resume_checkpoint: True resume_checkpoint: True
epochs: 500 epochs: 500
# 313 * batch_size = dataset_size
steps_per_loop: 313
evaluation: evaluation:
epochs_between_evals: 1 epochs_between_evals: 1
...@@ -52,5 +52,7 @@ train: ...@@ -52,5 +52,7 @@ train:
enable_checkpoint_and_export: True enable_checkpoint_and_export: True
resume_checkpoint: True resume_checkpoint: True
epochs: 90 epochs: 90
# 313 * batch_size = dataset_size
steps_per_loop: 313
evaluation: evaluation:
epochs_between_evals: 1 epochs_between_evals: 1
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment