setmar / ppi-tf-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PPI TensorFlow example

How to set up and run TensorFlow 2.4 with CUDA 11.2 GPU-acceleration on PPI, using Python and Keras

module load Python-devel/3.8.7-TF2.4.1

pip3 install --user matplotlib

pip3 install --user seaborn

export PATH=/home/martinls/.local/bin:$PATH

jupyter lab --no-browser --ip=$(hostname -f) &

or (to include cuSPARSE library (see tensorflow/tensorflow#45848)):

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda-10.2/targets/x86_64-linux/lib jupyter lab --no-browser --ip=$(hostname -f) &

About

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%