loss & mAP
#9352
Replies: 1 comment
-
Here is my config file |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, I want to train a model to detect cats, dogs and monkeys.

I used 2 models: faster-rcnn and yolo-v3.
The problem is the first model's loss is down and mAP is 0.57, while another model is hard to train.
The loss is very high and the mAP is close to 0.12 (althought I just trained 20 epoches)
I tried to change lr and use grad_clip. But it did not work well.
Can you help me to figure out what's wrong with my model?
Thank you very much!!!
(Here is my loss and mAP)
Beta Was this translation helpful? Give feedback.
All reactions