generative-models icon indicating copy to clipboard operation
generative-models copied to clipboard

wandb init issue in main.py

Open tongdaxu opened this issue 5 months ago • 0 comments

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

tongdaxu avatar Jun 27 '25 01:06 tongdaxu