We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/PKU-YuanGroup/Open-Sora-Plan/blob/main/opensora/models/causalvideovae/model/modeling_videobase.py#L47 requires a config.json file in weight dir, however, when traning VAE, only .ckpt file will be saved, no config.json file saved. How to save config.json to weight dir?
The text was updated successfully, but these errors were encountered:
if global_rank == 0: logger.warning("Connecting to WANDB...") model.save_config(ckpt_dir) # <--- this will save config.json to ckpt dir.
Sorry for late response, you can modify train_ddp.py to save config.json.
train_ddp.py
Sorry, something went wrong.
No branches or pull requests
https://github.com/PKU-YuanGroup/Open-Sora-Plan/blob/main/opensora/models/causalvideovae/model/modeling_videobase.py#L47 requires a config.json file in weight dir, however, when traning VAE, only .ckpt file will be saved, no config.json file saved. How to save config.json to weight dir?
The text was updated successfully, but these errors were encountered: