CVF-SID_PyTorch
CVF-SID_PyTorch copied to clipboard
how to update self.train_metrics in a training epoch?
self.train_metrics = MetricTracker('Total_loss', writer=self.writer)
I am puzzled by how to maintain the values of self.train_metrics in trainer.py?
I did not find the implementation of the self.train_metrics.update() in your coding