diffusers
diffusers copied to clipboard
May I ask what the T_max parameter means and what is its default value?

maybe this code different from https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/train_dreambooth.py
Hey @camenduru,
It should be defined here :
https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CosineAnnealingLR.html#cosineannealinglr
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.