Closed willtebbutt closed 5 years ago
There's at least one control flow-related Zygote issue that's fixed in Julia master, I think, so that might be worth trying?
This is obviously still a valid bug, but note that you aren't hitting your custom adjoint here (you seem to be passing matrix x matrix into \
).
This is obviously still a valid bug, but note that you aren't hitting your custom adjoint here (you seem to be passing matrix x matrix into ).
I'm an idiot. Thanks for catching this. Works fine now.
No worries, if Zygote's errors don't make the issue obvious then that's definitely still its problem.
I'm looking at implementing a couple of custom adjoints. With this MWE:
I get this error:
Any thoughts? Am I doing something wrong, or is this an issue on Zygote's end?
(I'm running on Zygote and IRTools master, and Julia 1.0.2)