Skip to content

Commit

Permalink
train with ups dataset2
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-vaselli committed Aug 28, 2023
1 parent ff00e8f commit a95c55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def on_epoch_end(self, epoch, logs=None):
y_true = self.test_y

true_label, pred_label, fpr, tpr, roc_auc = check_classification(
y_true, y_pred, self.threshold, self.std, self.mean
y_true, y_pred, self.threshold, std=self.std, mean=self.mean
)

with self.writer.as_default():
Expand Down

0 comments on commit a95c55f

Please sign in to comment.