Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small fix to check for complex synapse in create_dense #130

Merged
merged 13 commits into from
Nov 30, 2022

Commits on Sep 26, 2022

  1. Added support for regular rf dense layers on netx. Implementation not…

    … fully tested
    Jurado committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    6fa054b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Refactored code based on bamsumit suggestion. Added netx support for …

    …rf_iz.Dense
    Jurado committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    275b4fc View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Updated netx code for rf neurons to match new lava implementation of …

    …rf neurons. Found a bug inside lava main code that does not allow greater than one neuron sizes for rf neurons that will prevent this current code from working. Will file bug report soon
    Jurado committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    2e3d16c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    1fd58dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71f7803 View commit details
    Browse the repository at this point in the history
  3. Added complex_dense folder for unit tests

    Jurado committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    3081cd9 View commit details
    Browse the repository at this point in the history
  4. Small fix to create dense

    Jurado committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    8d609ed View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Fixed linting problems

    Michael Jurado authored and Michael Jurado committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    079dcf0 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    608c679 View commit details
    Browse the repository at this point in the history
  2. Update poetry.lock

    Use latest lava-nc for CI tests, which includes the rf processes.
    PhilippPlank committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    988573a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    bf2da02 View commit details
    Browse the repository at this point in the history
  2. Remove complex_synapse key since it is not used. Fix check for comple…

    …x synapse in create_dense
    Michael Jurado authored and Michael Jurado committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    0982490 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    a167c4b View commit details
    Browse the repository at this point in the history