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/1g5mbrgij88m1md36an6az85gnczfp5w-python-pytorch-1.9.0.drv | ||
| powerpc64le-linux | /gnu/store/2yvly3hy1p4llfpb4n0zvmlgwmnhg4p7-python-pytorch-1.9.0.drv | ||
| mips64el-linux | /gnu/store/60rscqzdfjdn7vy441a9dxq0l57xb91y-python-pytorch-1.9.0.drv | ||
| i686-linux | /gnu/store/ffilq3wmsb82ddrrffccm7v1jrp8ni2l-python-pytorch-1.9.0.drv | ||
| i586-gnu | /gnu/store/wsc0ga64xd0rcqskm6gw3mg05ygmdqa3-python-pytorch-1.9.0.drv | ||
| armhf-linux | /gnu/store/s195l986gmpjyqfvm7pf2d672ygcifhn-python-pytorch-1.9.0.drv | ||
| aarch64-linux | /gnu/store/5q8a61bn60f0miz64g2lg1l1agizk2hr-python-pytorch-1.9.0.drv |
| Linter | Message | Location |
|---|---|---|
| formatting Look for formatting issues in the source | line 2681 is way too long (94 characters) | |
| formatting Look for formatting issues in the source | line 2673 is way too long (94 characters) |