Search Criteria
Package Details: python-tensorflow-git 1.12.1+48078+gfe0dcca7437-1
Git Clone URL: | https://aur.archlinux.org/tensorflow-git.git (read-only, click to copy) |
---|---|
Package Base: | tensorflow-git |
Description: | Library for computation using data flow graphs for scalable machine learning |
Upstream URL: | https://tensorflow.org/ |
Keywords: | artificial_intelligence google machine_learning neural_network |
Licenses: | |
Submitter: | swiftscythe |
Maintainer: | swiftscythe |
Last Packager: | swiftscythe |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-05-27 18:50 |
Last Updated: | 2020-12-24 03:38 |
Dependencies (37)
- absl-py
- c-ares (c-ares-cmake)
- curl (curl-git, curl-minimal-git)
- giflib
- icu (icu-git, icu-git-static)
- intel-mkl
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, mozjpeg, libjpeg-turbo-minimal-git)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- lmdb
- onednn (onednn-git)
- openssl-1.0 (openssl-1.0-chacha20, openssl-1.0-hardened)
- pybind11
- python-astor (python-astor-git)
- python-gast
- python-h5py (python-h5py-git, python-h5py-openmpi)
- python-keras-applications
- python-keras-preprocessing
- python-numpy (python-numpy-mkl, python-numpy-openblas, python-numpy-mkl-bin)
- python-protobuf (python-protobuf-git)
- python-tensorflow-estimator
- python-termcolor (python-termcolor-git)
- tensorflow (tensorflow-cpu-git, tensorflow-computecpp, tensorflow114-opt, tensorflow114-cuda, tensorflow114-opt-cuda, tensorflow-cuda-kepler, tensorflow-opt-native, tensorflow-opt-native-cuda, tensorflow-rocm, tensorflow-opt-rocm, tensorflow-git, tensorflow-cuda, tensorflow-opt, tensorflow-opt-cuda)
- bazel (bazel-git, bazel024-bin, bazel024, bazel2, bazelisk, bazelisk-bin) (make)
- cuda (cuda65, cuda-11.0) (make)
- cudnn (make)
- cython (cython-kivy, cython-git) (make)
- git (git-git) (make)
- nccl (nccl-git) (make)
- nvidia-utils (nvidia-410xx-utils, nvidia-340xx-utils, nvidia-440xx-utils, nvidia-utils-full-vulkan-all, nvidia-vulkan-utils, nvidia-utils-beta, nvidia-390xx-utils) (make)
- python-h5py (python-h5py-git, python-h5py-openmpi) (make)
- python-keras-applications (make)
- python-keras-preprocessing (make)
- python-numpy (python-numpy-mkl, python-numpy-openblas, python-numpy-mkl-bin) (make)
- python-pip (make)
- python-setuptools (make)
- python-wheel (make)
- tensorboard (optional) – Tensorflow visualization toolkit
Latest Comments
ruestique commented on 2020-05-21 21:54
have to make symlink in
/usr/bin
sudo ln -s bazel bazel-3.0.0-linux-x86_64
ruestique commented on 2020-04-03 11:41
How to compile it with modern CPU's instructions support ?
evilarceus commented on 2020-01-21 08:37
Had to downgrade from Bazel 2.0.0 to 1.2.1. Otherwise, it fails with a Python "subprocess" error. This is not caused by the PKGBUILD, however.
riyies commented on 2018-05-31 21:22
Fails when using Bazel 0.13 java.lang.RuntimeException: Unrecoverable error while evaluating node 'PACKAGE:tensorflow/core/kernels'
Worked with Bazel 0.12. Refer to https://github.com/tensorflow/tensorflow/issues/19015
progwolff commented on 2017-08-29 14:19
The build fails at boringssl.
Adding --copt=-O to the bazel options fixes the build.
See also: https://stackoverflow.com/questions/40373686/freeze-graph-py-throws-an-error-during-build/40374431#40374431
jmbarrios commented on 2017-08-15 17:23
I can confirm that cudnn is necessary. There an issue on tensorflow repository asking for support cudnn 7 and cuda 9 (https://github.com/tensorflow/tensorflow/issues/12052).
petronny commented on 2017-08-14 08:27
I think cudnn should be cudnn6 now?
piratejon commented on 2017-06-30 04:00
python-tensorflow-cuda-git seems to depend on libglvnd which conflicts with my video driver. Is that necessary? tensorflow-cuda-git does not require it.