Skip to content

Commit

Permalink
Update main_train_psnr.py
Browse files Browse the repository at this point in the history
  • Loading branch information
haoyuc authored Jul 22, 2023
1 parent d7d50ce commit b4cb8ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main_train_psnr.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ def main(json_path='options/train_msrresnet_psnr.json'):

writer.add_scalar('PSNRY', avg_psnrY, global_step=current_step)
writer.add_scalar('SSIMY', avg_ssimY, global_step=current_step)
writer.add_scalar('PSNR', avg_psnr, global_step=current_step)
writer.add_scalar('SSIM', avg_ssim, global_step=current_step)
writer.add_scalar('LPIPS', avg_lpips, global_step=current_step)


Expand Down

0 comments on commit b4cb8ed

Please sign in to comment.