keras-yolo3
keras-yolo3 copied to clipboard
loss is descending,but the val loss=nan???
loss is descending,but the val loss=nan,anybody have face this problem?
Yes I faced it too..when I tried with tiny yolo model and custom anchors
I did face this issue for val_loss when disabled the random flag on the validation data generator
when trainning on the first stage,the val loss=nan,but when training on the second stage(unfreezing) the val loss starts to descending.
Have you solved your problem? What is the reason?