你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
sess.run(train_op, feed_dict={X: _X, y: _Y, keep_prob: 0.5, batch_size: _batch_size})
没有找到相关结果
tensorflow - CaffeCN社区Tensorflow主题站管理员 http://tensorflow.caffecn.cn
赞同来自: CatherineW
要回复问题请先登录或注册
1 个回复
tensorflow - CaffeCN社区Tensorflow主题站管理员 http://tensorflow.caffecn.cn
赞同来自: CatherineW
feed_dict里的value必须是numpy数组,可以参考session.run的API文档:
"Each value in feed_dict must be convertible to a numpy array of the dtype of the corresponding key"