机器学习
巧笑倩茜
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
AttributeError: module 'tensorflow' has no attribute 'select'
# p79自定义损失函数 import tensorflow as tf from numpy.random import RandomState batch_size = 8 x = tf.placeholder(tf.float32, shape = (None,2),name = 'x-input') y_ = tf.placeholder(tf.float32, shape原创 2017-12-22 16:57:41 · 2289 阅读 · 0 评论 -
机器学习实战第九章ValueError: Masked arrays must be 1-D
机器学习实战第九章ValueError: Masked arrays must be 1-D 主要错误出现在函数reDraw(tolS, tolN)中: def reDraw(tolS, tolN): reDraw.f.clf() reDraw.a = reDraw.f.add_subplot(111) if chkBtnVar.get(): if原创 2017-12-19 13:14:34 · 4037 阅读 · 2 评论
分享