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

Draft of Power Profiling #170 #232

Merged
merged 15 commits into from
Aug 15, 2023

Commits on Jul 20, 2023

  1. Dense layers seems to be working, to test spiking architectures and a…

    …dd estimates for Conv
    Maciej Lewandowski committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    aecc005 View commit details
    Browse the repository at this point in the history
  2. Simple tests for neuromorphic, correction needed

    Maciej Lewandowski committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ed6b0bc View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. More tests, events are now calculated as expected ; started cleanup f…

    …or submission, Convolutions todo
    Maciej Lewandowski committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6956f68 View commit details
    Browse the repository at this point in the history
  2. Spike counts for CNNs, number seems to check out for simple cases

    Maciej Lewandowski committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9b0dc87 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Numbers for convolutions are as expected, evaluation against nengo nu…

    …mbers. code cleanup
    Maciej Lewandowski committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    805e6d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. tests are done, works as expected to me, now add comments

    Maciej Lewandowski committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f4f62eb View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. comments added, some cleanup for energy estimations

    Maciej Lewandowski committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    c93ff5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d75f7e View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master'

    Maciej Lewandowski committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f7bb6fd View commit details
    Browse the repository at this point in the history
  4. restored the docs file

    Maciej Lewandowski committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    0d60550 View commit details
    Browse the repository at this point in the history
  5. restored .idea files

    Maciej Lewandowski committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    304e2b8 View commit details
    Browse the repository at this point in the history
  6. restored .idea files

    Maciej Lewandowski committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    962b4ad View commit details
    Browse the repository at this point in the history
  7. fixed the .idea files

    Maciej Lewandowski committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    fc7f7ca View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. added support for python 3.7; test now pass (?) on python 3.7

    Maciej Lewandowski committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    516334c View commit details
    Browse the repository at this point in the history
  2. replaced the '|' with Union from typing for support python 3.7-9

    Maciej Lewandowski committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    d9f9718 View commit details
    Browse the repository at this point in the history