
tensorflow函数
tw_devin
这个作者很懒,什么都没留下…
展开
-
TensorFlow模型保存和恢复
(1)可参考tensorflow 模型保存和读取(2)若报错"Unsuccessful TensorSliceReader constructor: Failed to find any matching files",可参考https://blog.youkuaiyun.com/jmh1996/article/details/77799842?fps=1&locationNum=2可能...原创 2020-05-01 16:18:07 · 230 阅读 · 0 评论 -
softmax交叉熵损失函数理解
可参考softmax交叉熵损失函数及其求导原创 2020-04-22 15:33:13 · 400 阅读 · 0 评论 -
ReLU的种类,如: ReLU、Leaky ReLU
可参考https://www.cnblogs.com/adong7639/p/9213038.html原创 2020-04-17 23:33:07 · 553 阅读 · 0 评论 -
tf.get_collection()
可参考https://www.jianshu.com/p/73034fba50c7原创 2020-04-01 20:28:29 · 221 阅读 · 0 评论 -
tf.control_dependencies
可参考https://www.cnblogs.com/reaptomorrow-flydream/p/9492191.html原创 2020-04-01 20:25:59 · 152 阅读 · 0 评论 -
tf.control_dependencies和tf.GraphKeys.UPDATE_OPS
可参考https://blog.youkuaiyun.com/huitailangyz/article/details/85015611原创 2020-04-01 20:25:18 · 433 阅读 · 0 评论 -
minimize(loss,var_list)
例如:compute_gradients(loss,var_list)--该函数就是用于计算loss对于指定val_list的导数的,最终返回的是元组列表,即[(gradient, variable),...]。可参考:https://www.cnblogs.com/marsggbo/p/10056057.html https://www.cnblogs.com/...原创 2020-04-01 20:23:14 · 1805 阅读 · 0 评论 -
TensorFlow优化算法 tf.train.AdamOptimizer
可参考https://blog.youkuaiyun.com/polyhedronx/article/details/93405760原创 2019-12-24 15:29:19 · 1126 阅读 · 0 评论 -
tf.trainable_variables(), tf.all_variables(), tf.global_variables()
可参考https://blog.youkuaiyun.com/cerisier/article/details/86523446原创 2019-12-24 15:28:40 · 305 阅读 · 0 评论 -
tf.argmax()
可参考https://blog.youkuaiyun.com/u012300744/article/details/81240580原创 2019-12-24 15:27:37 · 97 阅读 · 0 评论 -
tf.concat()
可参考https://blog.youkuaiyun.com/leviopku/article/details/82380118原创 2019-12-23 20:35:08 · 122 阅读 · 0 评论 -
tensorflow中的conv1d和conv2d
可参考https://blog.youkuaiyun.com/bobobe/article/details/87923618原创 2019-12-23 19:17:44 · 432 阅读 · 0 评论 -
tensorflow中batch normalization的用法
可参考https://www.cnblogs.com/hrlnw/p/7227447.html原创 2019-12-23 19:06:57 · 145 阅读 · 0 评论 -
tf.nn.conv2d理解
可先看https://blog.youkuaiyun.com/jiugedexiaodi/article/details/88413964然后再看https://blog.youkuaiyun.com/u013713117/article/details/55517458基本上看完就差不多理解啦原创 2019-12-14 19:58:50 · 119 阅读 · 0 评论