torch==2.13.0
# Tensors and Dynamic neural networks in Python with strong GPU acceleration
$ pip install torch
downloads/wk
0
license
version
2.13.0
python
>=3.10
What is torch?
PyTorch is a Python library for building machine learning models using tensors (multi-dimensional arrays) and dynamic neural networks, with optimized support for GPU computation. Developers use it to train and deploy deep learning models efficiently, taking advantage of automatic differentiation and CUDA acceleration for faster computation on compatible hardware.
Keywords
#pytorch #machine #learning