Julia Programming Language
Taking variable as independent with Zygote (Automatic differentiation)
General Usage
zygote
,
autodiff
trahflow
February 10, 2022, 12:36pm
2
function test(A) B = Zygote.@ignore A norm(A * B) end
show post in topic
Related topics
Topic
Replies
Views
Activity
Ignore part of the gradient calculation inside differential equation model
Numerics
diffeq
,
zygote
,
autodiff
,
differentialequation
0
312
November 9, 2022
Strange behavior of differentiating constant functions in Zygote
New to Julia
1
340
December 23, 2019
Zygote: treating a model output as a constant
Machine Learning
zygote
2
754
February 4, 2020
Can Zygote do derivatives w.r.t. keyword arguments which get captured in `kwargs...`?
General Usage
7
735
February 13, 2020
Ignore derivatives in ReverseDiff
Machine Learning
zygote
,
reversediff
,
autodiff
,
chainrulescore
0
386
April 8, 2023