lufficc / SSD

High quality, fast, modular reference implementation of SSD in PyTorch
MIT License
1.52k stars 384 forks source link

How to output validation loss values #159

Closed Gateway2745 closed 4 years ago

Gateway2745 commented 4 years ago

Currentlly only the mAP values on the validation set are being reported. I am unable to view the validation loss after the default 2500 iterations. How do I output the validation loss as well?

jaychou790118 commented 4 years ago

have u solved it?

Gateway2745 commented 4 years ago

no

lufficc commented 4 years ago

See https://github.com/lufficc/SSD/issues/164#issuecomment-685583194

priteshgohil commented 4 years ago

Any idea what's going wrong in logging validation loss in #164?