Skip to content

Commit

Permalink
[fix] Rename adapters directory to integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
alberttorosyan committed Sep 5, 2023
1 parent cb1f4eb commit 0a94f89
Show file tree
Hide file tree
Showing 20 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Optional

from aimstack.ml import Run
from aimstack.ml.adapters.keras_mixins import TrackerKerasCallbackMetricsEpochEndMixin
from aimstack.ml.integrations.keras_mixins import TrackerKerasCallbackMetricsEpochEndMixin

try:
from keras.callbacks import Callback
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Optional

from aimstack.ml import Run
from aimstack.ml.adapters.keras_mixins import TrackerKerasCallbackMetricsEpochEndMixin
from aimstack.ml.integrations.keras_mixins import TrackerKerasCallbackMetricsEpochEndMixin

try:
from tensorflow.keras.callbacks import Callback
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pkgs/aimstack/ml/training_flow.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Dict, Any

from aimstack.asp import Run
from aimstack.ml import Run
from aimcore.callbacks import Caller, event


Expand Down

0 comments on commit 0a94f89

Please sign in to comment.