diffusers icon indicating copy to clipboard operation
diffusers copied to clipboard

May I ask what the T_max parameter means and what is its default value?

Open nikoharo opened this issue 3 years ago • 2 comments

t_max

nikoharo avatar Dec 10 '22 15:12 nikoharo

maybe this code different from https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/train_dreambooth.py

camenduru avatar Dec 10 '22 15:12 camenduru

Hey @camenduru,

It should be defined here :

https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CosineAnnealingLR.html#cosineannealinglr

patrickvonplaten avatar Dec 13 '22 17:12 patrickvonplaten

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.

github-actions[bot] avatar Jan 10 '23 15:01 github-actions[bot]