Language

Package: tensorflow @ 1.9.0

Synopsis

Machine learning framework

Description

TensorFlow is a flexible platform for building and training machine learning models. It provides a library for high performance numerical computation and includes high level Python APIs, including both a sequential API for beginners that allows users to build models quickly by plugging together building blocks and a subclassing API with an imperative style for advanced research.

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

Lint warnings

LinterMessageLocation
inputs-should-not-be-input

Identify inputs that shouldn't be inputs at all

'python-setuptools' should probably not be an input at all
formatting

Look for formatting issues in the source

line 1848 is way too long (96 characters)
formatting

Look for formatting issues in the source

line 1869 is way too long (105 characters)
formatting

Look for formatting issues in the source

line 1871 is way too long (98 characters)
formatting

Look for formatting issues in the source

line 1872 is way too long (99 characters)
formatting

Look for formatting issues in the source

line 1873 is way too long (99 characters)
formatting

Look for formatting issues in the source

line 1874 is way too long (103 characters)
formatting

Look for formatting issues in the source

line 1951 is way too long (91 characters)
formatting

Look for formatting issues in the source

line 2036 is way too long (137 characters)
formatting

Look for formatting issues in the source

line 2037 is way too long (131 characters)
formatting

Look for formatting issues in the source

line 2038 is way too long (137 characters)
input-labels

Identify input labels that do not match package names

label 'protobuf:native' does not match package name 'protobuf'
input-labels

Identify input labels that do not match package names

label 'eigen' does not match package name 'eigen-for-tensorflow'
input-labels

Identify input labels that do not match package names

label 'libjpeg' does not match package name 'libjpeg-turbo'
input-labels

Identify input labels that do not match package names

label 'grpc' does not match package name 'grpc:static'
input-labels

Identify input labels that do not match package names

label 'grpc:bin' does not match package name 'grpc'
input-labels

Identify input labels that do not match package names

label 'python' does not match package name 'python-wrapper'
input-labels

Identify input labels that do not match package names

label 'python-termcolo' does not match package name 'python-termcolor'