Linux / amd64
TAO (Train Adapt Optimize) is a python based AI toolkit that's built on TensorFlow and PyTorch. It provides transfer learning capability to adapt popular neural network architectures and backbones to your data, allowing you to train, fine-tune, prune, quantize and export highly optimized and accurate AI models for edge deployment.
The purpose built pre-trained models accelerate the AI training process and reduce costs associated with large scale data collection, labeling, and training models from scratch. Transfer learning with pre-trained models can be used for AI applications in smart cities, retail, healthcare, industrial inspection and more. TAO supports training for CV, 3D Point cloud, ASR, NLP and TTS modalities.
TAO packages a collection of containers, python wheels, models and helm chart. AI training tasks run either on TensorFlow or PyTorch depending upon the entrypoint for the model.
For deployment, TAO models can be deployed to DeepStream for video analytics applications, Riva for Conversational AI applications or Triton for inference serving use cases.
All containers needed to run TAO can be pulled from this location. See the list below for all available containers in this registry.
TAO Container Type | container_name:tag | What's it used for? |
---|---|---|
TAO TensorFlow v1 container | nvcr.io/nvidia/tao/tao-toolkit:5.0.0-tf1.15.5 | Older CV networks like YOLOs, FasterRCNN, DetectNet_v2, MaskRCNN, UNET and more |
TAO TensorFlow v2 container | nvcr.io/nvidia/tao/tao-toolkit:5.5.0-tf2 | CV networks like EfficientDet, EfficientNet and more |
TAO PyTorch container | nvcr.io/nvidia/tao/tao-toolkit:5.5.0-pyt | Newer CV networks like Deformable-DETR, SegFormer and more as well as all ConvAI networks |
TAO Deploy container | nvcr.io/nvidia/tao/tao-toolkit:5.5.0-deploy | Container used to TensorRT engine, INT8 calibration from a trained TAO model and evaluation on said TensorRT engine |
TAO Data Service | nvcr.io/nvidia/tao/tao-toolkit:5.5.0-dataservice | Container for AI-assisted annotation and few other data services |
TAO API container | nvcr.io/nvidia/tao/tao-toolkit:5.5.0-api | Front-end services container that can be used to host a TAO REST API server for remote execution of model training tasks. Useful for building higher level services |
To get started with TAO, download the sample tutorials from here and follow the quick start instructions.
TAO Toolkit getting Started License for TAO containers is included in the banner of the container. License for the pre-trained models are available with the model cards on NGC. By pulling and using the Train Adapt Optimize (TAO) Toolkit container to download models, you accept the terms and conditions of these licenses.
NVIDIA’s platforms and application frameworks enable developers to build a wide array of AI applications. Consider potential algorithmic bias when choosing or creating the models being deployed. Work with the model’s developer to ensure that it meets the requirements for the relevant industry and use case; that the necessary instruction and documentation are provided to understand error rates, confidence intervals, and results; and that the model is being used under the conditions and in the manner intended.