参考https://www.cnblogs.com/xbit/p/9768238.html

直接安装,运行keras mnist数字识别报错:

Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR

 

运行如下代码OK:

import tensorflow as tf
a = tf.add(tf.constant(1),tf.constant(2))
print(sess.run(a))

 

相关文章:

  • 2021-08-03
  • 2022-01-04
  • 2022-01-19
  • 2021-07-02
  • 2021-10-05
  • 2021-06-24
猜你喜欢
  • 2021-10-02
  • 2021-05-15
  • 2021-09-29
  • 2021-12-14
  • 2021-09-06
  • 2022-01-19
相关资源
相似解决方案