torch

Package — Deep LearningPython 3.8+Advanced

PyTorch: dynamic neural networks with GPU acceleration by Meta

Quick Info

Documentation
Official Docs
Python Version
3.8+
Dependencies
sympy, networkx, jinja2, filelock, typing-extensions, fsspec
Install
pip install torch

Learn by Difficulty

Quick Example

python
# Install: pip install torch
import torch

# Basic torch usage
print(f"Using torch")
# See documentation for detailed examples

torch is a third-party package. PyTorch: dynamic neural networks with GPU acceleration by Meta. Install with: pip install torch

Try in Playground

Tags

packagedeep-learningneural-networkgputensordatatype

Related Items