FluxML/Zygote.jl

gradient of keyword argument?

Aperta

#446 aperta il 6 gen 2020

 (10 commenti) (0 reazioni) (0 assegnatari)Julia (220 fork)batch import
discussionhelp wantedperformance

Metriche repository

Star
 (1568 stelle)
Metriche merge PR
 (Merge medio 2g 16h) (39 PR mergiate in 30 g)

Descrizione

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.

Guida contributor