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
checkpoint: error if --checkpoint.load_step is specified but not found (#1311)
Currently when `--checkpoint.load_step=xxx` is specified (not -1), and
no corresponding `checkpoint/step-xxx` folder is found, it will
~silently~ start from random initialization. User have to check the log
for a single line `Loading checkpoint step ....` to make sure it's
working.
I think that's not very intuitive and maybe explicitly error-out would
be better.
0 commit comments