Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TensorFlow on 32-bit Linux?

Tags:

tensorflow

Is there a version of TensorFlow for 32-bit Linux? I only see the 64-bit wheel available, and didn't find anything about it on the site.

like image 570
Jonathon Byrd Avatar asked Nov 10 '15 16:11

Jonathon Byrd


People also ask

Is TensorFlow available for 32 bit?

Unfortunately tensorflow is not supported on 32 bit systems. Fortunately it is possible to install it from source code, compile and install it in 32 bits linux systems.

Does keras work on 32 bit?

To install Anaconda on your OS, you have to download the respective installer (Anaconda version 5.2, python version 3.6, either 64-bit or 32-bit according to your OS) from its downloads page. AFter confirming the changes that are recommended, Keras will be installed.

Can TensorFlow run on Linux?

System requirementsTensorFlow only officially support Ubuntu. However, the following instructions may also work for other Linux distros.

Does TensorFlow require 64-bit python?

System Requirements TensorFlow is tested and supported on the following 64-bit systems: Python 3.5–3.7. Ubuntu 16.04 or later. Windows 7 or later.


1 Answers

We have only tested the TensorFlow distribution on 64-bit Linux and Mac OS X, and distribute binary packages for those platforms only. Try following the source installation instructions to build a version for your platform.

EDIT: One user has published instructions for running TensorFlow on a 32-bit ARM processor, which is promising for other 32-bit architectures. These instructions may have useful pointers for getting TensorFlow and Bazel to work in a 32-bit environment.

like image 156
mrry Avatar answered Sep 30 '22 13:09

mrry