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/hbk5qxh2npjfnhk7ii2fk3xl1cs4l0i6-python-pytorch-1.10.0.drv | ||
| riscv64-linux | /gnu/store/a467qjmixc5z6kgkab44gh6i0dwai0b8-python-pytorch-1.10.0.drv | ||
| powerpc-linux | /gnu/store/dxc8r57gfyx8zvhk649nl4g859pfkmh4-python-pytorch-1.10.0.drv | ||
| powerpc64le-linux | /gnu/store/m5z9c33v26a3z31v0fx6fchbi0kargs4-python-pytorch-1.10.0.drv | ||
| mips64el-linux | /gnu/store/c7a4nci273wvpsia95rrr5q9kc2lhsxy-python-pytorch-1.10.0.drv | ||
| i686-linux | /gnu/store/dbs1r1jr1p2bw3zbpwpqds90f379xd02-python-pytorch-1.10.0.drv | ||
| aarch64-linux | /gnu/store/ws19m7kc7h12q57icaqrgwjpr9jl9pjx-python-pytorch-1.10.0.drv |
| Linter | Message | Location |
|---|---|---|
| formatting Look for formatting issues in the source | line 2986 is way too long (94 characters) |