Commit 36c4957b authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 442078882
parent e564b3f7
...@@ -195,8 +195,8 @@ class TrainerConfig(base_config.Config): ...@@ -195,8 +195,8 @@ class TrainerConfig(base_config.Config):
is only used continuous_train_and_eval and continuous_eval modes. Default is only used continuous_train_and_eval and continuous_eval modes. Default
value is 1 hrs. value is 1 hrs.
train_steps: number of train steps. train_steps: number of train steps.
validation_steps: number of eval steps. If `None`, the entire eval dataset validation_steps: number of eval steps. If -1, the entire eval dataset is
is used. used.
validation_interval: number of training steps to run between evaluations. validation_interval: number of training steps to run between evaluations.
best_checkpoint_export_subdir: if set, the trainer will keep track of the best_checkpoint_export_subdir: if set, the trainer will keep track of the
best evaluation metric, and export the corresponding best checkpoint under best evaluation metric, and export the corresponding best checkpoint under
......
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