diff --git a/overshoot/__init__.py b/overshoot/__init__.py index e69de29..a69db0d 100644 --- a/overshoot/__init__.py +++ b/overshoot/__init__.py @@ -0,0 +1,2 @@ +from .adamw_overshoot_delayed import AdamO +from .sgd_overshoot import SGDO \ No newline at end of file