This repository has been archived by the owner on Jun 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 146
confused about the train loss、size_average and the performance. #58
Comments
|
Hi, @hirotomusiker. Sorry for the late reply.
|
Thank you, I've tried your seed setting and got the same loss results. |
I have tried again and checked 40 iterations on COCO:
2nd:
The results are exactly the same.
|
Hi,@chengcchn ,I want to know how you get the AP,I follow the author's instruction cann't evalute the trained moudle . |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, @hirotomusiker.
I come here again. As the title said, I am confused about the train loss、size_average and the performance. I have train the original darknet repo and this repo on my own dataset (3 classes). And I want to share the results here.
The params are same: MAXITER: 6000, STEPS: (4800, 5400), IMGSIZE: 608 (both for train and test).
With darknet, I gain the [email protected] as 79.0, and the final loss was 0.76 (avg).
With this repo, the [email protected] was 76.9, and the final loss was 4.7 (total).
It seens that with this repo, the loss is harder to converge. So I changed the params for this repo (MAXITER: 8000, STEPS: (6400, 7200)), and gain the [email protected] as 78.3, and the final loss was 8.2 (total).
So I have some questions.
size_average
and said that the loss of darknet is also high?The text was updated successfully, but these errors were encountered: