Overview of TorchMultimodal
mainTorchMultimodal is a PyTorch library designed for training large-scale multimodal multi-task models, covering both content understanding and generative tasks. It provides:
- Modular Building Blocks: Composable fusion layers, loss functions, datasets, and utilities.
- Pretrained Model Classes: A collection of common multimodal models built from the library's building blocks.
- Research Baselines: Example scripts that combine these components with the PyTorch ecosystem to replicate state-of-the-art research.