Manuel Razo-Mejia

Results 4 issues of Manuel Razo-Mejia

I am trying to implement a particular flavor of a variational autoencoder---the Riemannian Hamiltonian VAE from [this publication](http://arxiv.org/abs/2010.11518)---whose loss function involves two steps that I am reproducing in my MWE:...

second order

As part of my code hygiene customs, I break lines every 79 characters. But the auto-formatting feature of the package doesn't allow me to do it in the following context...

`Zygote` fails to use `rrule`s defined by other packages when run with `Julia 1.10+` I noticed this when looking at compatibility with [`TaylorDiff.jl`](https://github.com/JuliaDiff/TaylorDiff.jl). In `Julia 1.9.4`: ```julia import Zygote import...

I brought up this as an issue in the `Zygote.jl` repository, but it might belong here: `Zygote` fails to use `rrule`s defined by `TaylorDiff` when run with `Julia 1.10+` In...