Skip to content

Commit

Permalink
🐛 Remove reference between base and ml to fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylode committed Nov 4, 2023
1 parent c204b4d commit 15ccc53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion theseus/base/callbacks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
RichModelSummary,
)

from theseus.ml.callbacks.base_callbacks import Callbacks, CallbacksList
# from theseus.ml.callbacks.base_callbacks import Callbacks, CallbacksList
from theseus.registry import Registry

from .checkpoint_callback import TorchCheckpointCallback
Expand Down
2 changes: 1 addition & 1 deletion theseus/ml/trainer/ml_trainer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from theseus.base.callbacks import CallbacksList
from theseus.base.utilities.loggers.observer import LoggerObserver
from theseus.ml.callbacks import CallbacksList

LOGGER = LoggerObserver.getLogger("main")

Expand Down

0 comments on commit 15ccc53

Please sign in to comment.