MCPcopy Create free account
hub / github.com/bbaaii/DreamDiffusion / wandb_init

Function wandb_init

code/eeg_ldm.py:21–27  ·  view source on GitHub ↗
(config, output_path)

Source from the content-addressed store, hash-verified

19
20
21def wandb_init(config, output_path):
22 # wandb.init( project='dreamdiffusion',
23 # group="stageB_dc-ldm",
24 # anonymous="allow",
25 # config=config,
26 # reinit=True)
27 create_readme(config, output_path)
28
29def wandb_finish():
30 wandb.finish()

Callers 1

eeg_ldm.pyFile · 0.70

Calls 1

create_readmeFunction · 0.70

Tested by

no test coverage detected