Open jholland1 opened 1 month ago
Runs to completion (with some errors in the callback function) in v3.5.0. Didn't catch that docs were written for v3.5.0, v4.0 downloaded by default.
And no issues noticed on a similar example in the Lux documentation with v4.0.0: https://lux.csail.mit.edu/stable/tutorials/intermediate/1_NeuralODE
This is addressed in the docs bump https://github.com/SciML/DiffEqFlux.jl/pull/950
Describe the bug 🐞
MNIST example throws exception at solve. https://docs.sciml.ai/DiffEqFlux/stable/examples/mnist_neural_ode/
Expected behavior
A clear and concise description of what you expected to happen.
Minimal Reproducible Example 👇
Without MRE, we would only be able to help you to a limited extent, and attention to the issue would be limited. to know more about MRE refer to wikipedia and stackoverflow.
https://docs.sciml.ai/DiffEqFlux/stable/examples/mnist_neural_ode/
Error & Stacktrace ⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
Add any other context about the problem here.