All entries for Friday 23 October 2020
October 23, 2020
Keras, TensorFlow and more on the SC–RTP desktops
Follow-up to Using PyTorch on the SC–RTP machines from Rudo's blog
This set of commands allows to load a working Keras/TF/scikit ML environment which will run on a GPU if present
$ module load GCC/8.3.0 CUDA/10.1.243 OpenMPI/3.1.4 $ module load IPython/7.9.0-Python-3.7.4 $ module load TensorFlow/2.1.0-Python-3.7.4 $ module load Keras
$ module load scikit-learn
$ jupyter notebook &
using the versions
tensorflow: 2.1.0 , keras: 2.3.1 sklearn: 0.21.3