I get error while training the model.
mask_scale: Using default '1.000000'
Total BFLOPS 29.340
Loading weights from build/darknet/x64/data/yolo3.weights...
seen 32
Done!
Learning Rate: 0.001, Momentum: 0.9, Decay: 0.0005
Floating point exception (core dumped)
How to solve this. Please help me out
What command do you use for training?
This happened to me once when the _obj.data_ file was pointing to an empty _train.txt_. Please double check the _obj.data_ and _train.txt_ files.
Most helpful comment
This happened to me once when the _obj.data_ file was pointing to an empty _train.txt_. Please double check the _obj.data_ and _train.txt_ files.