Spaces:
Sleeping
Sleeping
wandb section
Browse files- 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,
|