上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 22 下一页
摘要: 0. 华师 张凯旭问我启发的一个学习资料 如何加载/保存原模型?fine tune如何实践?如何实践transfer learning ? 当前我的答案:https://cv tricks.com/tensorflow tutorial/save restore tensorflow models 阅读全文
posted @ 2019-02-13 17:49 hzhang_NJU 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 1. eager速记 1. 可以用大部分python的方法,而不仅限于tf.xxx is compatible with Python debugging tools: provides immediate error reporting,而不需要sess.run(xxxerror) permits 阅读全文
posted @ 2019-02-13 17:48 hzhang_NJU 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 1. tf.data 1. 相比 feed_in和placeholder的优势:数据的一些操作(比如shuffle/batch/repeat/map)集成在tf中,所以效率高速度快,而且属于high level api,使用方便 2. 3. 输出一些dataset的types/shape以做sani 阅读全文
posted @ 2019-02-13 17:30 hzhang_NJU 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 1. Linear Regression: Predict life expectancy from birth rate 1.1 Problem 1. 描述问题: I recently came across the visualization of the relationship betwee 阅读全文
posted @ 2019-02-13 17:29 hzhang_NJU 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 0. Review 1. Computation graph TensorFlow separates definition of computations from their execution Phase 1: assemble a graph Phase 2: use a session t 阅读全文
posted @ 2019-02-12 17:50 hzhang_NJU 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 1. Tensorboard 1. tensorboard使用 Note : If you've run your code several times, there will be multiple event files in your [logdir]. TF will show only t 阅读全文
posted @ 2019-02-12 17:47 hzhang_NJU 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 1. Agenda Basic operations Tensor types Importing data Lazy loading 2. Basic operations 1. tensorborad使用介绍 2. Constants, Sequences, Variables, Ops con 阅读全文
posted @ 2019-02-12 17:46 hzhang_NJU 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 1. Why Tensorflow 1. key idea: For a framework to be useful in production : it needs to be efficient, scalable, and maintainable . For research : the 阅读全文
posted @ 2019-02-12 17:44 hzhang_NJU 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 1. 基本特点 1.1 save computation(惰性运行) 如上,因为 不需要用到 ,所以 的运算不会被执行(save computation) 1.2 Distributed Computation 1. 大图分解为子图多GPU并行计算, e.g. freamework举例 2. Mul 阅读全文
posted @ 2019-02-12 17:36 hzhang_NJU 阅读(219) 评论(0) 推荐(0) 编辑
摘要: sssss 阅读全文
posted @ 2018-10-09 10:03 hzhang_NJU 阅读(199) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 22 下一页