FluxML/Zygote.jl

gradient of keyword argument?

Open

#446 aberto em 6 de jan. de 2020

Ver no GitHub
 (10 comments) (0 reactions) (0 assignees)Julia (220 forks)batch import
discussionhelp wantedperformance

Métricas do repositório

Stars
 (1.568 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador