()
| 25 | return all_args |
| 26 | |
| 27 | def train(): |
| 28 | wandb.init() |
| 29 | a = wandb.config.a |
| 30 | wandb.log({"a": a, "accuracy": a + 1}) |
| 31 | |
| 32 | class SweepWorker(): |
| 33 | def __init__(self, args, sweep_id): |
nothing calls this directly
no outgoing calls
no test coverage detected