MCPcopy Create free account
hub / github.com/OpenRL-Lab/Wandb_Tutorial / train

Function train

sweep/launchpad/test_sweep.py:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 return all_args
26
27def train():
28 wandb.init()
29 a = wandb.config.a
30 wandb.log({"a": a, "accuracy": a + 1})
31
32class SweepWorker():
33 def __init__(self, args, sweep_id):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected