摘要: Estimators 这篇文档介绍 tf.estimator—一个高阶TF API简化机器学习编程。Estimator封装以下操作: 训练 验证 预测 导出 可以使用预创建的 Estimator,也可以编写自定义的 Estimator。所有 Estimator都是基于 tf.estimator.Es 阅读全文
posted @ 2019-03-19 12:10 searchmyfuture 阅读(378) 评论(0) 推荐(0)
摘要: TensorFlow-Slim TF-Slim 是一个轻量级的库,用来在TF中定义、训练和评估复杂模型。tf-slim能够自由混入原生TF和其它框架(如tf.contrib.learn中)。 用法 为什么用TF-Slim? TF-Slim中都有什么组成部分? 定义模型 变量 层 Scopes 实例: 阅读全文
posted @ 2019-03-18 15:33 searchmyfuture 阅读(1268) 评论(0) 推荐(0)
摘要: # Copyright 2015 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # ... 阅读全文
posted @ 2019-03-18 11:27 searchmyfuture 阅读(1059) 评论(0) 推荐(0)