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
During training stage 1, it always gets stuck at a certain step. After debugging, I found that it is stuck at accelerator.backward(loss). At this point, the GPU usage is still very high. How should I resolve this?