AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.8k stars 7.96k forks source link

Getting nan average for cifar-10 example JUST in this repo. #1705

Open gnoya opened 6 years ago

gnoya commented 6 years ago

Hi, I'm getting this while doing CIFAR-10 example on this repo: image

I followed exactly these instructions https://pjreddie.com/darknet/train-cifar/, and they work in his repository, but not in @AlexeyAB 's. Any issue with this? Should I train my classifier in pjreddie's repo and then train detector on this one? Thanks!

AlexeyAB commented 6 years ago

Try to update your code and recompile. Classifier training should work well.