Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/torchsde integration4 #145

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

RBirmiwal
Copy link
Collaborator

@RBirmiwal RBirmiwal commented Apr 16, 2024

PR for torchSDE integration into develop:

Code changes:

  1. sde.py (need to clean up slightly)
  • goal is to be similar to ode.py
  • Added base class for torchsde integration
  • Added Encoder, LatentSDE_Encoder/Decoder, and dataset generation classes (meant for forward pass only)
  1. Integrators.py
  • Added BasicSDEIntegrator and LatentSDEIntegrator. These need to be separate as the input/output keys for each are different
  1. Tests
  • Added test_sdes.py to test shapes of the new blocks and integrator forward pass. (these need to be modified slightly to import from sde.py)
  1. Examples
  • added sde_walkthrough.ipynb. This is the only notebook that will be published. Need to do typo/grammar check but otherwise complete
  1. pyproject.toml
  • added TorchSDE as required dependency

@RBirmiwal RBirmiwal self-assigned this Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant