gpt4 book ai didi

python - 如何在 tf.contrib.layers.batch_norm 中给出 beta 和 gamma

转载 作者:行者123 更新时间:2023-11-30 22:51:30 25 4
gpt4 key购买 nike

我正在尝试使用 tensorflow 给出的归一化层。在那function ,有一个字段指定我们是使用 beta 还是 gamma 值。

center: If True, subtract beta. If False, beta is ignored.

scale: If True, multiply by gamma. If False, gamma is not used. When the next layer is linear (also e.g. nn.relu), this can be disabled since the scaling can be done by the next layer.

但是没有地方可以在函数中输入 betagamma 值。

我需要知道如何输入 betagamma 的值..?

最佳答案

您提供的链接已将函数指定为tf.contrib.layers.batch_norm(*args, **kwargs)

看起来您应该能够将 betagamma 作为 关键字参数**kwargs 传递这个:

tf.contrib.layers.batch_norm(beta=value, gamma=value)

关于python - 如何在 tf.contrib.layers.batch_norm 中给出 beta 和 gamma,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38998238/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com