Is negative loss normal?
YuxianMeng opened this issue · 2 comments
YuxianMeng commented
I trained my own model as the train.sh
scripts, but found loss is negative after many epochs. I'm wondering is negative loss possible to appear or not?
zhawe01 commented
No. The loss value should range from (7. to 0.).
YuxianMeng commented
@zhawe01 Thanks for your kind reply. I'm checking my code.