WrinkleXuan
Results
1
issues of
WrinkleXuan
`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