You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy-paste the very nice comment/question from PrinceRay7 from here: #993 (comment)
I'm quite confused. In Diffusers docs, it is strongly disencouraged to use torch.autocast, however, in accelerate scripts, when training with the flag fp16, it is still implemented by using autocast. So i really wonder what should we do when training diffusion models. It seems like accelerate is very necessary and now it conflicts so I'm confused now. Looking forward to your reply, thanks!