Skip to content

PIQA v1.2.2

Compare
Choose a tag to compare
@francois-rozet francois-rozet released this 29 Mar 17:44
· 19 commits to master since this release

📝 Documentation

The documentation has been refactored and is now generated using Sphinx and Furo. Check it out at francois-rozet.github.io/piqa/.

⚡️ Improvements

  • Replace torch.linalg.norm by l2_norm (48ec8c4)
  • New function to disable debugging (ffc07e0)

🐛 Bug fixes

  • Fix RuntimeError while using conv1d for 2 or 3-d convolutions with PyTorch 1.11 (7a56439)