Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* prod neuron * trying to get prod neuron to work... * trying to get prod neuron cpu to work... * prod neuron process cpu backend working with unit test * remove init file from prod_neuron * gradedvec process and test * working on norm vec * fixed prod neuron license headers * invsqrt model and tests, reconfigured to process and models * normvecdelay and tests, timing weirdness with normvecdelay * test for second channel of norm vec * renamed to prodneuron. * fixing some linting errors * cleanup * adding some docstring, fixing unused imports * Fix conv python model to send() before recv() (lava-nc#751) Co-authored-by: Gavin Parpart <[email protected]> * Adds support for Monitor a Port to observe if it is blocked (lava-nc#755) * Adds support for Monitor a Port to observe if it is blocked * Fix lint issues * Redesigned Watchdog to use Multiprocessing Manager; Invoke only 2 Event Monitors and use 2 queues for watching events; Configs are piped in via compiler now * Incorporate Codacy Suggestions * Fix lint comments * Fix failing unit tests to add the watchdog builder * Code review comments * Set version to dev0 in pyproject.toml * Update README.md Updated version in install instructions. * Update README.md (lava-nc#758) Updated the installation branch to the most recent version. Co-authored-by: PhilippPlank <[email protected]> * Fix DelayDense buffer issue (lava-nc#767) * update refport unittest to always wait when it writes to port for consistent behavior Signed-off-by: bamsumit <[email protected]> * Removed pyproject changes Signed-off-by: bamsumit <[email protected]> * Fix to convolution tests. Fixed imcompatible mnist_pretrained for old python versions. Signed-off-by: bamsumit <[email protected]> * Missing moudle parent fix Signed-off-by: bamsumit <[email protected]> * Added ConvVarModel * Added iterable callback function Signed-off-by: bamsumit <[email protected]> * Fix codacy issues in callback_fx.py * Fix linting in callback_fx.py * Fix codacy sig issue in callback_fx.py * Bugfix to pass the args by keyword * Delay Dense PyModel fix Signed-off-by: bamsumit <[email protected]> * Fixed unittests Signed-off-by: bamsumit <[email protected]> * Fixed sparse delay Signed-off-by: bamsumit <[email protected]> --------- Signed-off-by: bamsumit <[email protected]> Co-authored-by: Joyesh Mishra <[email protected]> Co-authored-by: Marcus G K Williams <[email protected]> * Allow np.array as input weights for Sparse (lava-nc#772) * ndarray as input weights for Sparse * docs * codacy * remove implementation details from docstring and from tests * move tests to corresponding classes * put weight casting into extra method * Removed unused import --------- Co-authored-by: Mathis Richter <[email protected]> * Bump tornado from 6.3.2 to 6.3.3 (lava-nc#778) Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.3.2 to 6.3.3. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.3.2...v6.3.3) --- updated-dependencies: - dependency-name: tornado dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump cryptography from 41.0.2 to 41.0.3 (lava-nc#779) Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.2...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mathis Richter <[email protected]> * small docstring, typing and other formatting changes * small docstring, typing and other formatting changes * doc strings for graded vec * removed prodneuron tests --------- Signed-off-by: bamsumit <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Gavin Parpart <[email protected]> Co-authored-by: Gavin Parpart <[email protected]> Co-authored-by: Joyesh Mishra <[email protected]> Co-authored-by: Marcus G K Williams <[email protected]> Co-authored-by: PhilippPlank <[email protected]> Co-authored-by: Alexander Henkes <[email protected]> Co-authored-by: bamsumit <[email protected]> Co-authored-by: Svea Marie Meyer <[email protected]> Co-authored-by: Mathis Richter <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information