Skip to content

Commit

Permalink
release commit
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Kastryulin <[email protected]>
  • Loading branch information
snk4tr committed Jan 20, 2021
1 parent d04277c commit 4911eda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion piq/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.3"
__version__ = "0.5.4"

from .ssim import ssim, multi_scale_ssim, SSIMLoss, MultiScaleSSIMLoss
from .msid import MSID
Expand Down
2 changes: 1 addition & 1 deletion piq/pieapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class PieAPP(_Loss):
.. [2] https://github.com/prashnani/PerceptualImageError
"""
_weights_url = "https://github.com/photosynthesis-team/piq/releases/download/v0.5.3/PieAPPv0.1.pth"
_weights_url = "https://github.com/photosynthesis-team/piq/releases/download/v0.5.4/PieAPPv0.1.pth"

def __init__(
self,
Expand Down

0 comments on commit 4911eda

Please sign in to comment.