Skip to content

Commit

Permalink
Update loggers.py wandb fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trebacz626 authored Jan 11, 2024
1 parent e95b2f4 commit f6302a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion art/loggers.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def add_tags(self, tags: Union[List[str], str]):
"""
if isinstance(tags, str):
tags = [tags]
# self.wandb.run.tags += tags
self.wandb.run.tags += tags


class TensorBoardLoggerAdapter(TensorBoardLogger):
Expand Down

0 comments on commit f6302a0

Please sign in to comment.