We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06fe9f commit ce5bf57Copy full SHA for ce5bf57
trlx/trainer/accelerate_base_trainer.py
@@ -418,7 +418,7 @@ def evaluate(self): # noqa: C901
418
rich_table.add_row(*[str(significant(x)) for x in rows[ix]])
419
420
if not ray.is_initialized():
421
- if "wandb" in self.config.train.trackers:
+ if self.config.train.tracker == "wandb":
422
import wandb
423
424
stats["samples"] = wandb.Table(columns, rows)
0 commit comments