Skip to content

Commit

Permalink
Merge pull request #240 from nzw0301/remove-old-comment-in-k8s
Browse files Browse the repository at this point in the history
Remove a comment for keras that is not used anymore in this file
  • Loading branch information
contramundum53 authored Feb 26, 2024
2 parents d92d5d3 + fdbab97 commit 0562a90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kubernetes/mlflow/pytorch_lightning_distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def val_dataloader(self):


def objective(trial):
# Clear clutter from previous Keras session graphs.
metrics_callback = MetricsCallback()
trainer = pl.Trainer(
logger=False,
Expand Down

0 comments on commit 0562a90

Please sign in to comment.