Hello everyone,
I would like to know if it is possible to use MLJFlux with DiffEqFlux, or does it exist a interface?
Do I have to add method, such as:
fit!(loss, penalty, chain::Something_related_to_DiffEqFlux, optimiser, epochs, verbosity, X, y)
#appropriate code to DiffEqFlux training neural ODE
end
Regards