Skip to content

Commit

Permalink
removed spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati authored Aug 2, 2023
1 parent 31605a3 commit b66a7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GANDLF/cli/generate_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def __percentile_clip(input_tensor, reference_tensor=None, p_min=0.5, p_max=99.5
gt_image_infill, output_infill
).item()

# torchmetrics PSNR using "max"
# torchmetrics PSNR using "max"
overall_stats_dict[current_subject_id]["psnr"] = peak_signal_noise_ratio(
gt_image_infill, output_infill
).item()
Expand Down

0 comments on commit b66a7c6

Please sign in to comment.