-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Loss graph lost when training continues on colab #8840
Comments
This is fixed on the new darknet/yolo repo: https://github.com/hank-ai/darknet |
I am getting the problem similar to that, where I am only getting the mAP for every 1000 iterations, surely there must be a way to specify how many iterations to show the mAP. Would be better for every Epoch. Does anyone know how to show the mAP sooner than every 1000 epochs? Id also like to be able to see the validation loss and the training loss. Hi @stephanecharette , do you know how I could do this ? |
|
@stephanecharette thank you for that. Does that give the validation losses ? |
For example, I trained 1000 batches. Then Colab disconnected and I retrained. The problem is that the previous Loss graph is lost. It only displays Loss from batches 1000 onwards
CLI: !./darknet detector train yolo.data cfg/v4mosaic.cfg backup/v4mosaic_last.weights -dont_show -map
The text was updated successfully, but these errors were encountered: