FluxML/Zygote.jl

gradient of keyword argument?

Open

#446 ouverte le 6 janv. 2020

Voir sur GitHub
 (10 commentaires) (0 réactions) (0 assignés)Julia (220 forks)batch import
discussionhelp wantedperformance

Métriques du dépôt

Stars
 (1 568 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur