Skip to content

Commit

Permalink
fix wandb run name
Browse files Browse the repository at this point in the history
  • Loading branch information
sfluegel committed Dec 6, 2023
1 parent 7229249 commit 524724a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chebai/loggers/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def set_fold(self, fold: int):
# start new experiment
wandb.finish()
self._wandb_init['name'] = self.name
self._name = self.name
self._experiment = None
_ = self.experiment

Expand Down

0 comments on commit 524724a

Please sign in to comment.