Giter VIP home page Giter VIP logo

Comments (7)

patrick-kidger avatar patrick-kidger commented on July 17, 2024

How small is small? I've tested this down to dt=1e-7 (so 100 times smaller than the default dt_min) and things seem fine. (It terminates in 80 seconds on my machine.)

from torchsde.

lxuechen avatar lxuechen commented on July 17, 2024

Good point, I'm observing values of tb - ta to be as small as 1.7763568394002505e-15. This is really a result of the while loop in base_solver.py still stepping forward despite curr_t being set to ts[-1].

This is clearly due to limited floating point precision, though the precise reason I have not figured out yet.

from torchsde.

patrick-kidger avatar patrick-kidger commented on July 17, 2024

Are you saying there's still a bug in base_solver.py somewhere?

This has made me realise, though that we can get an arbitrarily small timestep on the final step. I'll update the heuristics for creating the dependency tree to be a bit smarter.

from torchsde.

lxuechen avatar lxuechen commented on July 17, 2024

That is clearly the case, i.e. curr_t = ts[-1] < out_t=ts[-1].

from torchsde.

patrick-kidger avatar patrick-kidger commented on July 17, 2024

Can you provide a repro? Just eyeballing the integration code nothing really looks wrong to me.

from torchsde.

lxuechen avatar lxuechen commented on July 17, 2024

Can you provide a repro? Just eyeballing the integration code nothing really looks wrong to me.

Try running python -m diagnostics.ito_scalar on branch dev-remove-tuple. The problem occurs regardless of which random seed I use on my machine.

I think ultimately, we should step pass the boundary and pull back later on.

from torchsde.

patrick-kidger avatar patrick-kidger commented on July 17, 2024

Right, figured it out - this was a bug in BInterval, not in the solver. I'll have a PR in a few moments.

from torchsde.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.