Loading...
Discovering amazing AI tools
Open-source deep learning framework for tensor computation, dynamic neural networks, and GPU-accelerated research and production workflows.
Open-source deep learning framework for tensor computation, dynamic neural networks, and GPU-accelerated research and production workflows.
PyTorch is an open-source deep learning library that provides tensor computation with strong GPU acceleration and a tape-based autograd system for building dynamic neural networks. It supports rapid research prototyping through dynamic computation graphs and intuitive Python APIs, while offering production features such as TorchScript, a JIT compiler, C++ frontend (LibTorch), and mobile runtimes for deployment. PyTorch is supported by a broad ecosystem (torchvision, torchaudio, torchtext) and community contributions, and includes tools for distributed training, ONNX export, and custom operator development to meet both research and production needs.