From 49306959188461e1c5074e226d374ac887e08596 Mon Sep 17 00:00:00 2001 From: kopalja Date: Fri, 17 Jan 2025 15:53:39 +0100 Subject: [PATCH] Import AdamO and SGDO by default --- overshoot/__init__.py | 2 ++ 1 file changed, 2 insertions(+) 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