TFX Trainer component, TensorFlow, 2024 - Provides specific details on the TFX Trainer component, its configuration, user module structure, and integration within TFX pipelines.
TFX Tuner component, TensorFlow, 2024 (TensorFlow) - Covers the TFX Tuner component, explaining its function in hyperparameter optimization, relationship with Trainer, and how to define search spaces.
KerasTuner, O'Malley, Tom and Bursztein, Elie and Long, James and Chollet, François and Jin, Haifeng and Invernizzi, Luca and others, 2019 - Official documentation for KerasTuner, which TFX Tuner uses for hyperparameter search algorithms and trials.
Distributed training with TensorFlow, TensorFlow, 2024 - Explains how to use tf.distribute.Strategy to scale model training, directly relevant to the Trainer's distributed training integration.