Skip to content

Commit f6302a0

Browse files
authored
Update loggers.py wandb fix
1 parent e95b2f4 commit f6302a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

art/loggers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def add_tags(self, tags: Union[List[str], str]):
217217
"""
218218
if isinstance(tags, str):
219219
tags = [tags]
220-
# self.wandb.run.tags += tags
220+
self.wandb.run.tags += tags
221221

222222

223223
class TensorBoardLoggerAdapter(TensorBoardLogger):

0 commit comments

Comments
 (0)