
TensorFlow
two_star
Email:xingxin.hsing@gmail.com
Blog:https://twostarxx.github.io/
展开
-
【TensorFlow】踩坑记
文章目录1. tf.estimator.BoostedTreesRegressor1. tf.estimator.BoostedTreesRegressorError:For now, only support Numeric column with shape less than 2, but column `estimator_features` got: (1, 234)运行环境:...原创 2020-01-08 13:25:22 · 426 阅读 · 0 评论 -
【TensorFlow基础知识】概念入门:Graph Session Tensor
本系列根据模型训练的整个流程,基于TensorFlow(后文统一简写为tf)的源码,对tf中的实际运行进行讲解。开发者不仅需要熟练使用tf,通过了解tf源码中的流程,可以根据tf的bug信息快速定位bug。由于tf的中英文官方文档解释较为简洁,同时,不同bug的报错位置可能存在相同的情况,因此建议读者直接下载tf的源码,阅读注释效率更高。此外,除tf源码外,还需要对第三方包进行下载,例如esti...原创 2019-11-28 23:07:47 · 316 阅读 · 0 评论