码迷,mamicode.com
首页 > 其他好文 > 详细

tesnorflow Batch Normalization

时间:2017-06-29 15:21:15      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:rest   one   update   batch   orm   store   collect   ilo   int   

1.train或者从checkpoint restore后发现moving_mean和moving_variance都是0和1

bn1_mean = graph.get_tensor_by_name("bn1/moving_mean/read:0")

"bn1/moving_variance:0"

将updates_collections=None即可

net = slim.batch_norm(net,epsilon=0.001,updates_collections=None,scale=True,activation_fn=nn.relu,scope = ‘bn1‘)

tesnorflow Batch Normalization

标签:rest   one   update   batch   orm   store   collect   ilo   int   

原文地址:http://www.cnblogs.com/mlj318/p/7094341.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!