youngskkim / CRN

[ICCV'23] Official implementation of CRN: Camera Radar Net for Accurate, Robust, Efficient 3D Perception
MIT License
99 stars 15 forks source link

resume training from a checkpoint #5

Closed SunLuyue26 closed 6 months ago

SunLuyue26 commented 6 months ago

Hello, I would like to ask how to resume training from a checkpoint. I previously trained for 20 epochs and obtained a checkpoint. When I wanted to continue training to complete 24 epochs, I found that simply setting the 'ckpt_path' to the path of the 20-epoch checkpoint doesn't seem to be the correct method. This is because when I set it up this way, the resumed training still starts from epoch 0. Looking forward to your reply, thank you very much!