Skip to content

Commit

Permalink
name wandb runs if a name was specified
Browse files Browse the repository at this point in the history
  • Loading branch information
tlpss committed Nov 6, 2023
1 parent 692698e commit cec24ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keypoint_detection/tasks/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def train(hparams: dict) -> Tuple[KeypointDetector, pl.Trainer]:

data_module = KeypointsDataModule(**hparams)
wandb_logger = WandbLogger(
name=hparams["wandb_name"],
project=hparams["wandb_project"],
entity=hparams["wandb_entity"],
save_dir=get_wandb_log_dir_path(),
Expand Down

0 comments on commit cec24ca

Please sign in to comment.