mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-05-21 11:59:01 +02:00
update train config
This commit is contained in:
parent
26025ad14c
commit
68778cda9f
|
|
@ -1,4 +1,3 @@
|
|||
import gc
|
||||
import os
|
||||
from copy import deepcopy
|
||||
from datetime import timedelta
|
||||
|
|
@ -69,7 +68,7 @@ def main():
|
|||
if coordinator.is_master():
|
||||
tb_writer = create_tensorboard_writer(exp_dir)
|
||||
if cfg.get("wandb", False):
|
||||
wandb.init(project="minisora", name=exp_name, config=cfg.to_dict(), dir="./outputs/wandb")
|
||||
wandb.init(project="Open-Sora", name=exp_name, config=cfg.to_dict(), dir="./outputs/wandb")
|
||||
|
||||
# == init ColossalAI booster ==
|
||||
plugin = create_colossalai_plugin(
|
||||
|
|
|
|||
Loading…
Reference in a new issue