-
Notifications
You must be signed in to change notification settings - Fork 1
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
Epoch - YOLOv2 #1
Comments
Thanks :) The training is done in the demo ipython notebook. It looks like this:
I'm training 20 times on 5 epochs with 6400 samples = 640000 samples. Please note: This is just to demonstrate that my loss function works. I'm only retraining the last few layers. In general, it is very hard to make predictions about the number of training samples necessary. The final expected loss is almost impossible to predict. In my experience, even if you thought that the curve has flattened and no more improvement can be made, it pays to continue training. |
Hi,
(YOLOv2)
Great work here! I was wondering, since the loss starts from a very high value how many epochs did it take for you achieve the results you've displayed? And, what is the final expected loss to stop the training process?
The text was updated successfully, but these errors were encountered: