Skip to content

Lava Deep Learning 0.3.0

Compare
Choose a tag to compare
@mgkwill mgkwill released this 29 Sep 01:55
· 118 commits to main since this release
5d6d5db

The lava-dl library version 0.3.0 now enables inference for trained spiking networks seamlessly on CPU or Loihi 2 backends and can leverage Loihi 2’s convolutional network compression and graded spike features for improved memory usage and performance.

New Features and Improvements

  • Added Loihi 2 support in lava-dl NetX utilizing Loihi 2 convolution support and graded spikes (PR #88, #107).
  • Added a tutorial demonstrating PilotNet application running on Intel Loihi 2 (PR #107).
  • Added accelerated training of recurrent topologies in lava-dl SLAYER (PR #103)
  • Added Transposed Convolution and Unpool support in lava-dl SLAYER (PR #80)

Bug Fixes and Other Changes

  • Improved lava-dl SLAYER codebase with bugfixes and additional documentation (PR #78, #105)

Breaking Changes

  • No breaking changes in this release

Known Issues

  • Issue training with GPU for lava-dl-slayer on Windows machine.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0