I am trying to write a simple character recolonization code using convolutional neural network in python on windows. I am following this tutorial. But somehow I am having fo
Check import tensorflow.keras...
or import keras...
Keras switched to tensorflow.keras
, which is a part of tensorflow>=1.10.0.
Maybe it will help.
Check if you have installed CUDA, CUDNN, added them to your PATH variable, and if you have correct versions of them for your Tensorflow version (each Tensorflow version supports only range of CUDA versions), check for example this tutorial for installation. Also, I guess you try to install it on windows (based on the DLL error), which is quite important to mention.