Module: tfm.core
Stay organized with collections
Save and categorize content based on your preferences.
Core is shared by both nlp
and vision
.
Modules
actions
module: Provides TFM orbit actions and associated helper functions/classes.
base_task
module: Defines the base task abstraction.
base_trainer
module: Standard Trainer implementation.
config_definitions
module: Common configuration settings.
exp_factory
module: Experiment factory methods.
export_base
module: Base class for model export.
file_writers
module: File writer functions for dataset preparation, infra validation, and unit tests.
input_reader
module: A common dataset reader.
registry
module: Registry utility.
savedmodel_checkpoint_manager
module: Custom checkpoint manager that also exports saved models.
task_factory
module: A global factory to register and access all registered tasks.
tf_example_builder
module: Builder class for preparing tf.train.Example.
tf_example_feature_key
module: Data classes for tf.Example proto feature keys.
train_lib
module: TFM common training driver library.
train_utils
module: Training utils.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-02 UTC."],[],[],null,["# Module: tfm.core\n\n\u003cbr /\u003e\n\n|------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/models/blob/v2.15.0/official/core/__init__.py) |\n\nCore is shared by both `nlp` and `vision`.\n\nModules\n-------\n\n[`actions`](../tfm/core/actions) module: Provides TFM orbit actions and associated helper functions/classes.\n\n[`base_task`](../tfm/core/base_task) module: Defines the base task abstraction.\n\n[`base_trainer`](../tfm/core/base_trainer) module: Standard Trainer implementation.\n\n[`config_definitions`](../tfm/core/config_definitions) module: Common configuration settings.\n\n[`exp_factory`](../tfm/core/exp_factory) module: Experiment factory methods.\n\n[`export_base`](../tfm/core/export_base) module: Base class for model export.\n\n[`file_writers`](../tfm/core/file_writers) module: File writer functions for dataset preparation, infra validation, and unit tests.\n\n[`input_reader`](../tfm/core/input_reader) module: A common dataset reader.\n\n[`registry`](../tfm/core/registry) module: Registry utility.\n\n[`savedmodel_checkpoint_manager`](../tfm/core/savedmodel_checkpoint_manager) module: Custom checkpoint manager that also exports saved models.\n\n[`task_factory`](../tfm/core/task_factory) module: A global factory to register and access all registered tasks.\n\n[`tf_example_builder`](../tfm/core/tf_example_builder) module: Builder class for preparing tf.train.Example.\n\n[`tf_example_feature_key`](../tfm/core/tf_example_feature_key) module: Data classes for tf.Example proto feature keys.\n\n[`train_lib`](../tfm/core/train_lib) module: TFM common training driver library.\n\n[`train_utils`](../tfm/core/train_utils) module: Training utils."]]