RetroCirce / HTS-Audio-Transformer

The official code repo of "HTS-AT: A Hierarchical Token-Semantic Audio Transformer for Sound Classification and Detection"
https://arxiv.org/abs/2202.00874
MIT License
341 stars 62 forks source link

Validation loss metric #46

Open OhadCohen97 opened 1 year ago

OhadCohen97 commented 1 year ago

Hi,

Why was the validation loss not tracked as a metric alongside validation accuracy? It's crucial and necessary for identifying overfitting during training. In your code, there are no logs for the validation loss, only for train loss. How can you tell while training if the model is overfitting?

Thank you!