PIQA v1.0.5
π Critical fixes
- Pin correct dependencies (3860c5c)
- Fix
FileNotFoundError
when loadinglpips.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.