I’m training an intent classifier using my custom dataset.
I’m using tensorboard for monitoring the training process, but I don´t have access to the validation loss, it only plots the validation accuracy(in blue):
Is there any way to tell the trainer to include the validation loss in the logs?