tatsy / keras-generative

Deep generative networks, coded with Keras.
122 stars 28 forks source link

GPU requirements #6

Closed InderpreetSinghChhabra01 closed 6 years ago

InderpreetSinghChhabra01 commented 6 years ago

What are the version of Cuda and cudnn required for this code to run. I am able to run it on cudnn 6 and cuda 7 but not on cudnn 8 and cuda 9.

tatsy commented 6 years ago

It depends on which version of Keras and backend API is used.

To my knowledge, my program only depends on Keras and also Tensorflow, and the CUDA and CUDNN versions do not matter.