thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

weights are not getting created in bin folder #1079

Open moonanjum26 opened 5 years ago

moonanjum26 commented 5 years ago

I am training the model on my own dataset with 3 classes. I have changed the code according to what you have mentioned. The bin folder is getting, there is also no error occured while training but the issue is that, the weights are not getting generated due to which validation part is not happening. Checkpoints are also getting saved in ckpt folder. Can you please just help me out with this. I have tried a lot.

Thanks a lot in advance!