Skip to content

PIQA v1.0.5

Compare
Choose a tag to compare
@francois-rozet francois-rozet released this 16 Jan 15:45
· 64 commits to master since this release

πŸš‘ Critical fixes

  • Pin correct dependencies (3860c5c)
  • Fix FileNotFoundError when loading lpips.LPIPS weights (200460a)
  • Fix dimension mismatch in tv.tv (fe983b6)

βœ… Unit tests

Examples were added in the docstrings for a better user experience. They also acts as unit tests thanks to the doctest and unittest libraries.