Skip to content

Installing MaTEx TensorFlow CPU

abhinavvishnu edited this page May 2, 2017 · 16 revisions

Installation for bash shells

$ cd matex/src/deeplearning
$ cd cpu/py3.x
$ source ./install_mpi_tf.sh

Installation for C-shells

$ cd matex/src/deeplearning
$ cd cpu/py3.x
$ source ./install_mpi_tf.csh

This ensures that you are in a virtual python environment that encapsulates the TensorFlow changes. Your shell prompt should look differently.

[py_distro] $
Clone this wiki locally