Submitted by martenlienen t3_zfvb8h in MachineLearning
fhchl t1_izif55h wrote
Reply to comment by martenlienen in [R] torchode: A Parallel ODE Solver for PyTorch by martenlienen
Is this feature of torchode of solving multiple ODEs at once over some batch dimension comparable to jax.vmapping over that dimension in diffrax?
martenlienen OP t1_iziq1xp wrote
Yes, it is the same thing. Unfortunately, functorch is not advanced enough yet to just translate diffrax to PyTorch directly. Instead, we had to take care of batching everywhere explicitly to decide how long to loop etc.
fhchl t1_izjb0tf wrote
Aight! Thanks for the nice answers! I wish a good conference :)
Viewing a single comment thread. View all comments