MCPcopy Index your code
hub / github.com/QData/TextAttack / enable_wandb

Method enable_wandb

textattack/loggers/attack_log_manager.py:45–46  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

43 self.loggers.append(VisdomLogger())
44
45 def enable_wandb(self, **kwargs):
46 self.loggers.append(WeightsAndBiasesLogger(**kwargs))
47
48 def disable_color(self):
49 self.loggers.append(FileLogger(stdout=True, color_method="file"))

Callers 1

Calls 1

Tested by

no test coverage detected