Reyhanehne / CVF-SID_PyTorch

Official implementation of the paper "CVF-SID: Cyclic multi-Variate Function for Self-Supervised Image Denoising by Disentangling Noise from Image" (CVPR 2022)
70 stars 11 forks source link

how to update self.train_metrics in a training epoch? #14

Open WrinkleXuan opened 11 months ago

WrinkleXuan commented 11 months ago

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