maudzung / Complex-YOLOv4-Pytorch

The PyTorch Implementation based on YOLOv4 of the paper: "Complex-YOLO: Real-time 3D Object Detection on Point Clouds"
https://arxiv.org/pdf/1803.06199.pdf
GNU General Public License v3.0
1.24k stars 256 forks source link

resume from a checkpoint #46

Open mouawiya opened 2 years ago

mouawiya commented 2 years ago

i was wondering if anyone knows how to resume the training after 20 epochs for example, do we use the --pretrained_path and insert the model or the --resume_path

Kyungpyo-Kim commented 1 year ago

I used --resume_path and it worked well for me.