Gil-Simas commited on
Commit
fdf8fa3
·
1 Parent(s): c4fe18d

wandb section

Browse files
Files changed (1) hide show
  1. user-friendly-metrics.py +1 -1
user-friendly-metrics.py CHANGED
@@ -142,7 +142,7 @@ class UserFriendlyMetrics(evaluate.Metric):
142
  wandb_project = wandb_project,
143
  debug = debug)
144
 
145
- def wandb_run(self, result, wandb_run_name, wandb_project, debug):
146
 
147
  run = wandb.init(
148
  project = wandb_project,
 
142
  wandb_project = wandb_project,
143
  debug = debug)
144
 
145
+ def wandb_run(self, result, wandb_run_name, wandb_project, debug, wandb_section = None, log_plots = True):
146
 
147
  run = wandb.init(
148
  project = wandb_project,