tf-keras-skeleton.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:LIE 作者: EmbraceLife 项目源码 文件源码
def moving_average_update(x, value, momentum):
      """Compute the moving average of a variable.

      Arguments:
          x: A Variable.
          value: A tensor with the same shape as `variable`.
          momentum: The moving average momentum.

      Returns:
          An Operation to update the variable.
      """
      return moving_averages.assign_moving_average(
          x, value, momentum, zero_debias=False)


    # LINEAR ALGEBRA
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号