-
-
Notifications
You must be signed in to change notification settings - Fork 49
Description
We're the devs of the PyTorch-based younger brother of JuliaDiffEq, torchdyn. Since we don't have the bandwidth (nor it is our objective at the moment) to improve / reimplement the differential equation solvers available in our ecosystem, I was toying with the idea of somehow utilizing the fully-featured DifferentialEquations.jl and Julia as an additional backend option for torchdyn models. It is my understanding that diffeqpy wouldn't work out of the box for us, since it'd be interfacing with PyTorch.
It'd be nice to pick your brain around this direction @ChrisRackauckas . Do you think the overheads would be small enough such that a switch to a Julia diffeq solvers backend would benefit the PyTorch userbase?
I'll be glad to keep you up to date with our attempts if you're interested :)