
TensorFlow
Willona_C
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu16.04+python3.6+cuda9.0+cudnn7.1+TensorFlow-GPU
这两天新装了Ubuntu,装TensorFlow,参考了好多教程,踩了好多坑。。记录一下最终成功的教程。 全新的系统从0开始装python配环境,可以参考https://cloud.tencent.com/developer/article/1086781。 只是装TensorFlow的话,就可以看官网的教程:https://www.tensorflow.org/install/...原创 2018-09-19 15:50:51 · 794 阅读 · 0 评论 -
TensorFlow问题总结(不断更新)
InvalidArgumentError InvalidArgumentError (see above for traceback):A You must feed a value for placeholder tensor ‘xs_1’ with dtype float and shape … 解决方法:加上 graph = tf.get_default_graph() graph = tf...原创 2019-04-19 21:28:24 · 580 阅读 · 0 评论