
TensorFlow
无敌小猫猫
啦啦啦……
展开
-
TensorFlow 笔记
1. 图tf.Graph2. 会话的3种形式;方式1# 构建默认会话sess = tf.InteractiveSession#运行任务sess.close()方式2sess = tf.Session()sess.run()sess.close()方式3with tf.Session() as sess: sess.run() # 不需要关闭3. 常数生成函数...原创 2018-04-03 10:52:08 · 230 阅读 · 0 评论 -
windows安装TensorFlow报错
C:\Users\Administrator> pip install --upgrade tensorflowDownloading/unpacking tensorflow Could not find any downloads that satisfy the requirement tensorflowCleaning up...No distributions at a...原创 2018-10-18 10:41:07 · 553 阅读 · 0 评论 -
ubuntu+cuda+cudnn+TensorFlow
1. 操作系统:ubuntu 16.04 64位桌面版 Ubuntu 16.04.5 LTS (GNU/Linux 4.15.0-29-generic x86_64)2. 显卡:RTX 2080 Ti3. 显卡驱动 CUDA10 (cuda9不能驱动2080ti) cuda_10.0.130_410.48_linux.run4. cudnn cuDNN-10.0 v7.3.1 l...原创 2018-11-08 09:34:27 · 379 阅读 · 0 评论