Omega.jl
Omega.jl copied to clipboard
Zygote issues
function zygotetest()
x = normal(0, 1, (10,))
y = sum(x)
lineargradient(y, rand(defΩ()), ZygoteGrad)
end
Breaks because of mutation in memoization.