Any instructions on how to resume training from a checkpoint?

I’m quite new to this project, my training was interrupted and I would like to resume from the latest checkpoint. But I didn’t find any args.resume function wrapped.
Any advice on how to do it?
Thanks!

–restore_path ./path/to/ckpt.pth.tar while you run train.py

Worked, thanks a lot!