“ ImportError: DLL load failed: The specified procedure could not be found”- while Digit Recognition using CNN in Python using Keras

后端 未结 2 1021
广开言路
广开言路 2020-12-12 04:46

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

2条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-12 05:24

    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.

提交回复
热议问题