Skip to content

Commit

Permalink
Refactor print statement in calculate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
k-taro56 committed Mar 27, 2024
1 parent d117eb1 commit d2cb976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .score-calculation/calculate.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

msssim_value = ssim(expect, answer, channel_axis=2)

print(f'MS-SSIM: {msssim_value}')
print(msssim_value)

0 comments on commit d2cb976

Please sign in to comment.