forked from lava-nc/lava
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add NxSDKRuntimeService (lava-nc#182)
* Address review comments Signed-off-by: Marcus G K Williams <[email protected]> * Improve mnist tutorial (lava-nc#147) * Minor: Removed a divide by zero warning from the fixed point LIF ProcessModel Signed-off-by: Risbud, Sumedh <[email protected]> * Improved to MNIST end-to-end tutorial - uses fixed point bit-accurate ProcessModels for LIF and Dense - resets internal neural state of all LIF neurons - these changes are needed to make the pre-trained networks parameters work, because the network was trained with these assumptions Signed-off-by: Risbud, Sumedh <[email protected]> * Post code review @awintel and @phstratmann Signed-off-by: Risbud, Sumedh <[email protected]> * Post code review @awintel and @phstratmann Signed-off-by: Risbud, Sumedh <[email protected]> * Post re-review by @phstratmann Signed-off-by: Risbud, Sumedh <[email protected]> Co-authored-by: PhilippPlank <[email protected]> * Check process lineage before join (lava-nc#177) Signed-off-by: Marcus G K Williams <[email protected]> * Add NxSDKRuntimeService Signed-off-by: Marcus G K Williams <[email protected]> * Fix unit test, linting Signed-off-by: Marcus G K Williams <[email protected]> * Remove comments Signed-off-by: Marcus G K Williams <[email protected]> * Handle nxsdk import exception Signed-off-by: Marcus G K Williams <[email protected]> * Fix indentation issue Signed-off-by: Marcus G K Williams <[email protected]> * Uncomment board.run in nc proc model Signed-off-by: Marcus G K Williams <[email protected]> * Address review, rework NxSdkRuntime Service Signed-off-by: Marcus G K Williams <[email protected]> * Fix unit tests, merge with main Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]> * Remove nc/ports.py again Remove commented code in compiler.py Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]> * Update comments logging Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]> * Update test Utils method name and document Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]> * Update test name and docs for nxsdkruntimeservice Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]> * Update docstrings for RuntimeService Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]> * Update logging Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]> * Remove unneeded logging import Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]> Co-authored-by: Risbud, Sumedh <[email protected]> Co-authored-by: PhilippPlank <[email protected]> Co-authored-by: Marcus G K Williams <Marcus G K Williams [email protected]>
- Loading branch information
1 parent
1996c4f
commit 2da093c
Showing
28 changed files
with
1,430 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.