Jun's Blog

Output, activities, memo and etc.

Entries from 2018-04-21 to 1 day

Install TensorFlow from source on Fedora 27

I tried to install TnsorFlow from source seeing the official page [1]. The source is on GitHub [2]. Install build dependency RPM packages $ sudo dnf install python-devel Install a build tool Bazel. Bazel is necessary to build TensorFlow fr…

Install TensorFlow on Fedora 27

This article is about how to install TensorFlow binary package on Fedora Linux. I referred the install document for Ubuntu Linux on official page [1] $ cat /etc/fedora-release Fedora release 27 (Twenty Seven) $ python3 --version Python 3.6…