anktplwl91/visualizing_convnets

Version of the packages

Opened this issue · 1 comments

Hello,

I would like to run your code, but there is a mismatch between installed CUDAtoolkits.
Could you tell me what was the version of the packages that you used, specially Tensorflow and Keras?

Thanks in advance.
Razieh

Hi Razieh

The mismatch in CUDA toolkit should be specific to your system only. You can run this code on your CPU also, I did the same, since I don't have access to a GPU. But if you are getting any issue with CUDA toolkit you should check out which CUDA versions are supported for which GPUs and Tensorflow/Keras. Hope this helps.

Thanks