(config, output_path)
| 19 | |
| 20 | |
| 21 | def 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 | |
| 29 | def wandb_finish(): |
| 30 | wandb.finish() |
no test coverage detected