Skip to content

Commit

Permalink
fix import and scripts typos (Fixes #1 )
Browse files Browse the repository at this point in the history
* fix __init__.py in sdetools for missing reference to VPSDE.
* rename run_mnist.sh to train_minist.sh.
  • Loading branch information
giulio98 committed Dec 18, 2023
1 parent e6daef7 commit 5e22f9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions src/functional_diffusion_processes/sdetools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from .base_sde import SDE
from .heat_subvp_sde import HeatSubVPSDE
from .vp_sde import VPSDE

__all__ = ["SDE", "HeatSubVPSDE", "VPSDE"]
__all__ = ["SDE", "HeatSubVPSDE"]

0 comments on commit 5e22f9f

Please sign in to comment.