Open adriandavidauer opened 3 years ago
Depict how to install GPU support for Keras/Tensorflow
One Option is to use anaconda binaries I think otherwise installing the binaries yourself is possible as well
conda install keras-gpu should do the trick
conda install keras-gpu
sudo add-apt-repository ppa:graphics-drivers/ppa sudo apt-get update sudo apt-get upgrade
should be done to have the newest driver for the gpu
Depict how to install GPU support for Keras/Tensorflow
One Option is to use anaconda binaries I think otherwise installing the binaries yourself is possible as well