会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
searchmyfuture
博客园
首页
新随笔
联系
订阅
管理
2019年3月19日
tensorflow/estimator
摘要: Estimators 这篇文档介绍 tf.estimator—一个高阶TF API简化机器学习编程。Estimator封装以下操作: 训练 验证 预测 导出 可以使用预创建的 Estimator,也可以编写自定义的 Estimator。所有 Estimator都是基于 tf.estimator.Es
阅读全文
posted @ 2019-03-19 12:10 searchmyfuture
阅读(378)
评论(0)
推荐(0)
2019年3月18日
github/tensorflow/tensorflow/contrib/slim/
摘要: 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)
github/tensorflow/models/tutorials/image/cifar10/cifar10_input.py
摘要: # 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)
公告