Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatwir Mohammed committed Feb 4, 2025
1 parent 48fb92d commit b642e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyto_dl/utils/template_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def log_hyperparameters(object_dict: dict) -> None:

hparams["task_name"] = cfg.get("task_name")
hparams["tags"] = cfg.get("tags")
hparams["ckpt_path"] = cfg.get('checkpoint', {}).get('ckpt_path')
hparams["ckpt_path"] = cfg.get("checkpoint", {}).get("ckpt_path")
hparams["seed"] = cfg.get("seed")

try:
Expand Down

0 comments on commit b642e3e

Please sign in to comment.