Skip to content

Commit

Permalink
bugfix: correct init for ms-ssim amd
Browse files Browse the repository at this point in the history
  • Loading branch information
torzdf committed May 4, 2022
1 parent 1f55617 commit 332394e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/model/losses_plaid.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ def __init__(self,
filter_sigma=1.5,
max_value=1.0,
power_factors=(0.0448, 0.2856, 0.3001, 0.2363, 0.1333)):
super().__init__(name="SSIM_Multiscale_Loss")
self.filter_size = filter_size
self.filter_sigma = filter_sigma
self.k_1 = k_1
Expand Down

0 comments on commit 332394e

Please sign in to comment.