Part Number: TDA2EXEVM
Hello!
How to use .sloverstate file to train the object detection model from the latest snapshot if the training breaks off for some reason?
Thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TDA2EXEVM
Hello!
How to use .sloverstate file to train the object detection model from the latest snapshot if the training breaks off for some reason?
Thanks!
Hi,
Caffe-Jacinto is an enhancement over Caffe. All these basic features of Caffe remain same. So you will be able to search online and get a lot of information on the usage of Caffe. solverstate files are used to resume training if it stops in between. These links are useful to understand the usage of solverstate files:
https://github.com/BVLC/caffe/wiki/Training-and-Resuming
https://github.com/BVLC/caffe/issues/5730
Have a good day!
Hi Manu,
Thank you for your help! I will look through the links and see if it can help me solve my issue.