-
-
Notifications
You must be signed in to change notification settings - Fork 615
Closed
Description
I'm just starting to look into the Flux eco-systems, primarily for Zygote rather than Flux itself and I was struck that Params lives in Zygote while params lives in Flux. This form of differentiation
Zygote.gradient( () -> loss(...), params(model) )is very convenient and elegant and useful for any nested structure, not just those built from Zygote.
Is there any chance to simply move this functionality into Zygote so that it can be used without depending on Flux? If I understand it correctly that would not even break backward compatibility.
Metadata
Metadata
Assignees
Labels
No labels