Language

Package: python-pytorch @ 1.9.0

Synopsis

Python library for tensor computation and deep neural networks

Description

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.

Home page
https://pytorch.org/
Location
gnu/packages/machine-learning.scm (line: 2592, column: 2)
License

Lint warnings

LinterMessageLocation
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)