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/dyarjcqnv79nr9qdcfafnfnyc20k262m-python-pytorch-1.13.1.drv | ||
| riscv64-linux | /gnu/store/d3ay9srkywqjgfmzf34h5i0phcr5z9v0-python-pytorch-1.13.1.drv | ||
| aarch64-linux | /gnu/store/8qgwpg5zp0n984i6icaxwqsgjljfr4aq-python-pytorch-1.13.1.drv |
| Linter | Message | Location |
|---|---|---|
| No lint warnings ✓ | ||