参考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))

最新文章

  1. Swift与OC混编
  2. Information retrieval信息检索
  3. FIREDAC操作SQLITE内存数据库
  4. VS平台工具集版本
  5. BZOJ 4003 JLOI2015 城池攻占
  6. struct stat 作用
  7. POI使用详解
  8. yaml 1.6 操作
  9. 怎样实现多文件上传 在iOS开发中
  10. 杭电acm阶段之理工大版
  11. #416 Div2 C
  12. (转)eclipse导入Gradle项目
  13. 微信小程序基础之试图控件View、ScrollView、Swiper
  14. ArcGIS DeskTop 10.2 的安装与破解
  15. python3 读取文件跳过文件第一行内容
  16. mysql格式化小数保留小数点后两位(小数点格式化)
  17. (原)torch,caffe,python中读入数据的默认范围
  18. jsp post/get中接处理
  19. eclipse下使用cygwin的方法(Windows下用eclipse玩gcc/g++和gdb)
  20. Redis实战(四)

热门文章

  1. Tarjan判断为什么不能把dfn写成low
  2. hash表/哈希表
  3. response 重定向
  4. 开发工具IDE从入门到爱不释手(六)常用插件Git
  5. npm 报错 : npm ERR! Maximum call stack size exceeded
  6. [考试总结]noip模拟19
  7. Flask之 Marshmallow 踩坑实录
  8. Sth about Educational DP Contest
  9. BUUCTF-[HCTF 2018]admin(Unicode欺骗&伪造session)
  10. 指向结构的指针 struct结构名称 *结构指针变量名