🚑 Critical fixes
* Pin correct dependencies (3860c5c445d79f71b8af1ad93869673aef4afec9)
* Fix `FileNotFoundError` when loading `lpips.LPIPS` weights (200460a180b7eb416544a3e33d1d756993ab5213)
* Fix dimension mismatch in `tv.tv` (fe983b6a2b23b8b63db3469cf9d2002821a70934)
✅ Unit tests
Examples were added in the docstrings for a better user experience. They also acts as unit tests thanks to the [`doctest`](https://docs.python.org/3/library/doctest.html) and [`unittest`](https://docs.python.org/3/library/unittest.html) libraries.