Python library for tensor computation and deep neural networks
PyTorch is a Python package that provides two high-level features:
tensor computation (like NumPy) with strong GPU acceleration;
deep neural networks (DNNs) built on a tape-based autograd system.
You can reuse Python packages such as NumPy, SciPy, and Cython to extend PyTorch when needed.
Note: currently this package does not provide GPU support.
| System | Target | Derivation | Build status |
|---|---|---|---|
| x86_64-linux | /gnu/store/gbq3rknz0af0aj3cl5aa95150a3zhssi-python-pytorch-2.7.0.drv | ||
| aarch64-linux | /gnu/store/yldcqvcy9hfs4yhhwva78wjm8y2srdxy-python-pytorch-2.7.0.drv |
| Linter | Message | Location |
|---|---|---|
| No lint warnings ✓ | ||