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
We don't have anything stopping a model blowout.
We do have a catch/except around the backward, which will log "At step %d, we removed a batch - accum %d". Any number of batches can be removed, so model blowout won't cause the training job to crash.
We don't have anything stopping a model blowout.
We do have a catch/except around the backward, which will log "At step %d, we removed a batch - accum %d". Any number of batches can be removed, so model blowout won't cause the training job to crash.
Originally posted by @TimotheeMickus in #77 (comment)
The text was updated successfully, but these errors were encountered: