随笔分类 -  tensorflow

tensorflow usage
摘要:relu6 = min(max(features, 0), 6) This is useful in making the networks ready for fixed-point inference. If you unbound the upper limit, you lose too m 阅读全文
posted @ 2018-05-07 22:30 巴默索泪 阅读(10442) 评论(0) 推荐(0) 编辑
摘要:通过阅读代码来学习,一向时最直接快速的。本章将讲解slim的第一层目录tensorflow/tensorflow/contrib/slim/python/slim的代码。 本层代码主要包括learning.py, evaluation.py, summary.py, queue.py和model_a 阅读全文
posted @ 2017-07-19 17:40 巴默索泪 阅读(15055) 评论(0) 推荐(0) 编辑
摘要:TF-Slim的优势:slim作为一种轻量级的tensorflow库,使得模型的构建,训练,测试都变得更加简单。 1. 使用方法: import tensorflow.contrib.slim as slim 2. 组成部分: arg_scope: 使得用户可以在同一个arg_scope中使用默认的 阅读全文
posted @ 2017-07-18 21:00 巴默索泪 阅读(49528) 评论(0) 推荐(3) 编辑