generative-models
generative-models copied to clipboard
wandb init issue in main.py
This line of code in
https://github.com/Stability-AI/generative-models/blob/0ad7de9a5cb53fd63d6d30a4f385485e72e08597/main.py#L701C24-L701C30
should be amended from
config=config
to
config=default_logger_cfg
otherwise
main.py --config=xxx --wandb
will cause error in wandb init in line
https://github.com/Stability-AI/generative-models/blob/0ad7de9a5cb53fd63d6d30a4f385485e72e08597/main.py#L489