Skip to content

v1.1.0

Compare
Choose a tag to compare
@AdamDHines AdamDHines released this 01 Dec 06:28
· 51 commits to main since this release
  • Full integration of VPRTempo into torch.nn architecture
  • Quantization Aware Training (QAT) enabled to train weights in int8 space
  • Addition of tutorials in Jupyter Notebooks to learn how to use VPRTempo as well as explain the computational logic
  • Simplification of weight operations, reducing to a single weight tensor - allowing positive and negative connections to change sign during training
  • Easier dependency installation with PyPi/pip
  • And more!