The title says pretty much all.
If I want to measure the performance of the model only at the end of every epoch, the (for example) ClassifierTrainer offers me the possibility of setting a value for the logging frequency to something <= 0
.
In this way, I measure the performance at the end of every epoch on the validation set (it works).
However, on tensorboard I only see the plot of the validation curves, the training curves aren't displayed anymore