-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How you used MobileNet model? #40
Comments
I used MobileNet weights for MobileNet initialization, and feed VOC2007 datasets into network. But, i got train loss non-convergence(train loss : 30, val loss:26),whaterver i decrease learning rate, i can't got train loss convergence. |
@ZH-Lee so what you did to make it converge? |
i didn't make it converge. maybe the datasets is small??? I haven't solve the problem. |
@ZH-Lee ohk. 👍 |
How do you train with VOC dataset? just transfer voc format to coco in this code? i attemp to do it but the map is much low than yolov2 on voc. Why ? |
Have you used the pretrained MobileNet model and construct yolo layers on top? And used pretrained MobileNet weights for Mobilenet initialization?
Or you just took the architecture of MobileNet and add yolo layers and started training from scratch using voc or coco?
The text was updated successfully, but these errors were encountered: