models
Models and examples built with TensorFlow
Learn to integrate TensorBoard with custom training loops in TensorFlow. Easily visualize scalars histograms and images to monitor your models effectively.
How to Save and Load Checkpoints with Orbit in TensorFlow ModelsLearn how to save and load checkpoints with Orbit in TensorFlow models. Effortlessly manage training progress with automatic saves, restores, and pre-emption handling. Maximize your model training efficiency.
How to Handle Multi-Device Training (CPU, GPU, TPU) in the TensorFlow Models RepositoryLearn efficient multi-device training with TensorFlow models. Discover how to configure CPU, GPU, and TPU setups using flag-driven strategies and factory functions for optimized performance.
How to Implement Masked Language Modeling Pre-Training with TensorFlow ModelsLearn to implement masked language modeling pre-training using TensorFlow Models. Explore BertPretrainerV2, MaskedLM head layer, and MaskedLMTask for efficient model training.
How to Implement Attention Mechanisms in NLP Models Using TensorFlow ModelsLearn how to implement attention mechanisms in NLP models with TensorFlow Models. Discover reusable Keras-compatible attention layers for efficient model building.
How to Preprocess Images for Vision Models Using TensorFlow ModelsLearn to preprocess images for vision models with TensorFlow Models. Discover a production-ready pipeline for normalization, geometric transforms, and photometric augmentation.
How to Use Non-Maximum Suppression (NMS) in TensorFlow Models Vision PipelinesLearn how to use Non-Maximum Suppression NMS in TensorFlow Models vision pipelines. Optimize object detection with efficient batched NMS for thousands of proposals.
How to Implement Video Classification Models with TensorFlow ModelsImplement video classification models using TensorFlow Models official/vision stack. Train on datasets like Kinetics-400 easily with 3D backbones and config-driven training.
How to Use Anchor Generators for Object Detection in TensorFlow ModelsLearn to use anchor generators for object detection in TensorFlow Models. Create bounding-box templates efficiently using protobuf configuration and the anchor generator builder for your models.
How to Implement Image Segmentation Models with TensorFlow ModelsImplement image segmentation models using TensorFlow Models. Build networks, add decoders and heads, and configure losses with the official Vision library for efficient end-to-end training.
How to Implement Object Detection with RetinaNet Using TensorFlow ModelsImplement object detection with RetinaNet using TensorFlow Models. Configure the RetinaNet dataclass, build the model, and train with RetinaNetTask for automatic focal loss, anchor generation, and NMS.
How to Configure Hyperparameters for TensorFlow Models in the `tensorflow/models` RepositoryLearn how to configure hyperparameters for TensorFlow models in the tensorflow models repository. Easily override defaults for optimal performance.
Have a question about this repo?
These articles cover the highlights, but your codebase questions are specific. Give your agent direct access to the source. Share this with your agent to get started:
curl -s "https://instagit.com/install.md" Maintain an open-source project? Get it listed too →