FluxML/Zygote.jl

gradient of keyword argument?

Open

#446 创建于 2020年1月6日

在 GitHub 查看
 (10 评论) (0 反应) (0 负责人)Julia (220 fork)batch import
discussionhelp wantedperformance

仓库指标

Star
 (1,568 star)
PR 合并指标
 (平均合并 2天 16小时) (30 天内合并 39 个 PR)

描述

Is there any ways to compute the backward gradient of a keyword argument? For example, the var function can pass a pre-computed mean value as a keyword argument, but right now it seems like we can't get the gradient of it. This will have an effect on something like Flux.normalise.

贡献者指南