Deprecated library for deep learning models/datasets, successor to Trax
Top 2.9% on sourcepulse
Tensor2Tensor (T2T) is a deprecated library for deep learning models and datasets, designed to simplify ML research and model accessibility. It offers a comprehensive framework for various tasks including translation, image generation, and speech recognition, targeting ML researchers and engineers.
How It Works
T2T employs a "tensor-to-tensor" transformation approach, abstracting modality-specific processing through "bottom" and "top" transformations. This allows models to operate on modality-independent tensors, facilitating easy swapping of datasets, models, and hyperparameter configurations via command-line flags. It supports distributed training across multiple GPUs and TPUs.
Quick Start & Requirements
pip install tensor2tensor
(or with [tensorflow_gpu]
or [tensorflow]
)Highlighted Details
Maintenance & Community
T2T is deprecated and encourages users to migrate to its successor, Trax. While bug fixes are welcomed, active development has ceased.
Licensing & Compatibility
The repository does not explicitly state a license in the README. Compatibility for commercial use or closed-source linking is not specified.
Limitations & Caveats
The project is officially deprecated, with Trax recommended as the successor. Users should be aware that active development and support may be limited.
2 years ago
1 day