tfm.core.actions.get_train_actions
Stay organized with collections
Save and categorize content based on your preferences.
Gets train actions for TFM trainer.
tfm.core.actions.get_train_actions(
params: tfm.core.base_trainer.ExperimentConfig
,
trainer: tfm.core.base_trainer.Trainer
,
model_dir: str,
checkpoint_manager: tf.train.CheckpointManager
) -> List[orbit.Action]
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2024-02-02 UTC.
[null,null,["Last updated 2024-02-02 UTC."],[],[],null,["# tfm.core.actions.get_train_actions\n\n\u003cbr /\u003e\n\n|---------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/models/blob/v2.15.0/official/core/actions.py#L197-L236) |\n\nGets train actions for TFM trainer. \n\n tfm.core.actions.get_train_actions(\n params: ../../../tfm/core/base_trainer/ExperimentConfig,\n trainer: ../../../tfm/core/base_trainer/Trainer,\n model_dir: str,\n checkpoint_manager: tf.train.CheckpointManager\n ) -\u003e List[orbit.Action]"]]