tensorflow-estimators

来源:互联网 发布:阿里云oss是干什么的 编辑:程序博客网 时间:2024/06/01 14:46

Estimators 是TensorFlow的高层的API。

优点:

1.支持单机和分布式

2.便于共享

3.利用高级语言开发

4.建立在 tf.layers,graph之上


步骤:

1.编写一个或多个数据集导入函数

2.Define the feature columns

3.Instantiate the relevant pre-made Estimator

4.Call a training, evaluation, or inference method



原创粉丝点击