Skip to content

Commit

Permalink
bad import fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-vaselli committed May 21, 2024
1 parent 65c6b07 commit 7538897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/new_train_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from tensorflow import keras
import datetime

from param_scan import multi_label_classification, two_label_classification
from .param_scan import multi_label_classification, two_label_classification
from src.utils import (
CustomImageLogging,
ClassificationMetrics,
Expand Down

0 comments on commit 7538897

Please sign in to comment.