Darknet: Error while Training Custom detection Model

Created on 28 May 2018  路  2Comments  路  Source: AlexeyAB/darknet

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

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.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

HanSeYeong picture HanSeYeong  路  3Comments

hemp110 picture hemp110  路  3Comments

off99555 picture off99555  路  3Comments

rezaabdullah picture rezaabdullah  路  3Comments

PROGRAMMINGENGINEER-NIKI picture PROGRAMMINGENGINEER-NIKI  路  3Comments