Hi, I realized that there is no way to specify NFE in the code. The num-sampling-steps argument is passed to odeint to create the estimated path, per torchdiffeq: https://github.com/rtqichen/torchdiffeq/blob/cae73789b929d4dbe8ce955dace0089cf981c1a0/FAQ.md , which has no effect on how the ODE is solved.