Skip to content
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 to print training/validation loss? #72

Open
pasquale90 opened this issue Sep 27, 2021 · 0 comments
Open

How to print training/validation loss? #72

pasquale90 opened this issue Sep 27, 2021 · 0 comments

Comments

@pasquale90
Copy link

During training, a single line for each epoch is printed, nevertheless the loss is not printed. Neither during validation. For the validation I managed to print the metrics (ap,recall,mAP) for each single epoch, using iteratively the validation code provided and then parsing the lines of my custom script's output file, but since I am trying to train on my custom dataset, I would like to obtain a clearer insight of both the training and validation process by printing the losses (either focal ,iou, L1, crossentropy or even the global loss) .. What is the simplest way on retrieving them? Thanks!

@pasquale90 pasquale90 changed the title How to print training/validation loss on the console? How to print training/validation loss? Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant