init the PSNR again in the train loop is not necessary here
Remove the print statements in the train loop here
PSNR is one of the metrics, we should be ideally tracking the loss function most of the cases, so log the wandb of loss and then weighted loss as well here
@yasharora102