lava-dl

Deep Learning library for Lava

BSD-3-CLAUSE License

Downloads
129
Stars
149
Committers
24

Bot releases are hidden (Show)

lava-dl - Lava Deep Learning 0.3.3

Published by mgkwill over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lava-nc/lava-dl/compare/v0.3.2...v0.3.3

lava-dl - Lava Deep Learning 0.3.2

Published by PhilippPlank almost 2 years ago

Lava Deep Learning v0.3.2 Release Notes

New Features and Improvements

  • No new features or improvements in this release.

Bug Fixes and Other Changes

  • Updated dependency on lava-nc from main to version 0.5.1.

Breaking Changes

  • No breaking changes in this release.

Known Issues

  • No known issues in this release.

Thanks to our Contributors

  • Intel Labs Lava Developers

Full Changelog: https://github.com/lava-nc/lava-dl/compare/v0.3.1...v0.3.2

lava-dl - Lava Deep Learning 0.3.1

Published by mathisrichter almost 2 years ago

Lava Deep Learning v0.3.1 Release Notes

October 31, 2022

The lava-dl library version 0.3.1 now includes additional deep SNN inference and benchmarking tutorials.

New Features and Improvements

Bug Fixes and Other Changes

  • Fixed issue with imports for recurrent tests (#112)
  • Fixed a bug for improper device configuration for lava.lib.dl.slayer neuron normalization (#116)

Breaking Changes

  • No breaking changes in this release.

Known Issues

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

Thanks to our Contributors

  • Intel Labs Lava Developers
  • Tobias Fischer
  • fangwei123456

Full Changelog: https://github.com/lava-nc/lava-dl/compare/v0.3.0...v0.3.1

[^1]: Intel Core i5-5257U with 32GB RAM, running Ubuntu 20.04.2 LTS with lava v0.5.1. Performance results are based on testing as of November 2022 and may not reflect all publicly available security updates. Results may vary.

lava-dl - Lava Deep Learning 0.3.0

Published by mgkwill about 2 years ago

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: https://github.com/lava-nc/lava-dl/compare/v0.2.0...v0.3.0

lava-dl - Lava Deep Learning 0.2.0

Published by mgkwill over 2 years ago

The lava-dl library version 0.2.0 now supports automated generation of Lava processes for a trained network described by hdf5 network configuration using our Network Exchange (NetX) library.

New Features and Improvements

  • Released Network Exchange (NetX) library to support automated creation of Lava process for a deep network. We support hdf5 network exchange format. Support for more formats will be introduced in future. (PR #30, Issue #29)

Bug Fixes and Other Changes

  • Fixed bug with pre-hook quantization function on conv blocks (PR#13)

Breaking Changes

  • No breaking changes in this release

Known Issues

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

What's Changed

Full Changelog: https://github.com/lava-nc/lava-dl/compare/v0.1.1...v0.2.0

lava-dl - Lava Deep Learning v0.1.1

Published by mgkwill almost 3 years ago

Lava Deep Learning 0.1.1 is a bugfix dot release.

Features and Improvements

  • Added more content to tutorial_01. Some tuning guidelines of learning rates α and β for the QP solver have been added

Bug Fixes and Other Changes

  • Fixed bug with pre-hook quantization function on conv blocks. (PR#13)

Known Issues

  • No known issues at this point

What's Changed

New Contributors

Full Changelog: https://github.com/lava-nc/lava-dl/compare/v0.1.0...v0.1.1

lava-dl - Lava Deep Learning 0.1.0

Published by mgkwill almost 3 years ago

Lava Deep Learning Library

This first release of lava-dl under BSD-3 license provides two new modes of training deep event-based neural networks, either directly with SLAYER 2.0 or through hybrid ANN/SNN training using the Bootstrap module.

SLAYER 2.0 (lava.lib.dl.slayer) provides direct training of heterogenous event-based computational blocks with support for a variety of learnable neuron models, complex synaptic computation, arbitrary recurrent connection, and many more new features. The API provides high level building blocks that are fully autograd enabled and training utilities that make getting started with training SNNs extremely simple.

Bootstrap (lava.lib.dl.bootstrap) is a new training method for rate-coded SNNs. In contrast to prior ANNto-SNN conversion schemes, it relies on an equivalent “shadow” ANN during training to maintain fast training speed but to also accelerate SNN inference post-training dramatically with only few spikes. Although Bootstrap is currently separate from SLAYER, its API mirrors the familiar SLAYER API, enabling fast hybrid ANN-SNN training for minimal performance loss in ANN to SNN conversion.

At this point in time, Lava processes cannot be trained directly with backpropagation. Therefore, we will soon release the Network Exchange (lava.lib.dl.netx) module for automatic generation of Lava processes from SLAYER or Bootstrap-trained networks. At that point, networks trained with SLAYER or Bootstrap can be executed in Lava.

Open-source contributions to these libraries are highly welcome. You are invited to extend the collection neuron models supported by both SLAYER and Bootstrap. Check out the Neurons and Dynamics tutorial to learn how to create custom neuron models from the fundamental linear dynamics’ API.

New Features and Improvements

  • lava.lib.dl.slayer is an extension of SLAYER for natively training a combination of different neuron models and architectures including arbitrary recurrent connections. The library is fully autograd compatible with custom CUDA acceleration when supported by the hardware.
  • lava.lib.dl.bootstrap is a new training method for accelerated training of rate based SNN using dynamically estimated ANN as well as hybrid training with fully spiking layers for low latency rate coded SNNs.

Bug Fixes and Other Changes

  • This is the first release of Lava. No bug fixes or other changes.

Breaking Changes

  • This is the first release of Lava. No breaking or other changes.

Known Issues

  • No known issues at this point.

What's Changed

New Contributors

Full Changelog: https://github.com/lava-nc/lava-dl/commits/v0.1.0