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/59h9dnm45la6sdwxhrj1xhdaih7dls51-python-pytorch-1.12.0.drv | ||
| aarch64-linux | /gnu/store/0d2a1z7sqjxsf0aakhqm360ji2nd6mg7-python-pytorch-1.12.0.drv |
| Linter | Message | Location |
|---|---|---|
| formatting Look for formatting issues in the source | line 3356 is way too long (160 characters) | |
| formatting Look for formatting issues in the source | line 3365 is way too long (94 characters) |