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
As stated in the title, I am a beginner of accelerate, I found that if I set Accelerator(mixed_precision="fp16"), the code runs normally, but when I turn off the flag(don't set mixed_precision) the code raise OOM error. I wonder what will happened if I only set the flag and don't add accelerator.autocast()