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

Processes for Event-based data loading and pre-processing #514

Closed
wants to merge 42 commits into from

Commits on Dec 2, 2022

  1. Adding first round of Event Data Processes

    gkarray committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    452e68e View commit details
    Browse the repository at this point in the history
  2. Adding Flattening implementation

    gkarray committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    77dc965 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1ac4f5 View commit details
    Browse the repository at this point in the history
  4. flattening unit tests

    j0shcd committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    5a89aa6 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    9018466 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18fff7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddb3bb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    877ed67 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

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

Commits on Dec 7, 2022

  1. restructuring Processes

    gkarray committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    ee81533 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57c8929 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev/event_data_processes' of https://github.com/lava-nc…

    …/lava into dev/event_data_processes
    
    � Conflicts:
    �	src/lava/proc/event_data/io/dv_stream.py
    SveaMeyer13 committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    6b15db9 View commit details
    Browse the repository at this point in the history
  4. refactored tests

    j0shcd committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    1bd6346 View commit details
    Browse the repository at this point in the history
  5. WIP

    j0shcd committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    be276bd View commit details
    Browse the repository at this point in the history
  6. Merge branch 'dev/event_data_processes' of https://github.com/lava-nc…

    …/lava into dev/event_data_processes
    
    � Conflicts:
    �	tests/lava/proc/event_data/io/test_dv_stream.py
    j0shcd committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    4869e31 View commit details
    Browse the repository at this point in the history
  7. refactoring event data processes (WIP)

    gkarray committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    3554e89 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'dev/event_data_processes' of https://github.com/lava-nc…

    …/lava into dev/event_data_processes
    gkarray committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    fc79a24 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0c54139 View commit details
    Browse the repository at this point in the history
  10. adding complete unit test suite for MaxPooling

    gkarray committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    1bbcc66 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'dev/event_data_processes' of https://github.com/lava-nc…

    …/lava into dev/event_data_processes
    gkarray committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    5e48595 View commit details
    Browse the repository at this point in the history
  12. polished docstrings, split tests

    gkarray committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    34e752a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    08415dc View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Cleaned up DvStream and tests.

    Signed-off-by: Mathis Richter <mathis.richter@intel.com>
    mathisrichter committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    dc02db1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1581cac View commit details
    Browse the repository at this point in the history
  3. Cleaned BinaryToUnary Process and unit tests.

    Signed-off-by: Mathis Richter <mathis.richter@intel.com>
    mathisrichter committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    5fbac8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ab5d1e View commit details
    Browse the repository at this point in the history
  5. Simplified the ProcModel of the BinaryToUnary Process.

    Signed-off-by: Mathis Richter <mathis.richter@intel.com>
    mathisrichter committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    082c9c9 View commit details
    Browse the repository at this point in the history
  6. Fixed docstring.

    Signed-off-by: Mathis Richter <mathis.richter@intel.com>
    mathisrichter committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    7c4f1b4 View commit details
    Browse the repository at this point in the history
  7. Reviewed EventsToFrame Process and unit tests.

    Signed-off-by: Mathis Richter <mathis.richter@intel.com>
    mathisrichter committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    099259f View commit details
    Browse the repository at this point in the history
  8. Reviewed EventsToFrame ProcessModel and unit tests.

    Signed-off-by: Mathis Richter <mathis.richter@intel.com>
    mathisrichter committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    3f5ee2d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    283b296 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. updated dv_stream + tests

    j0shcd committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    6d8a4dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2617193 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6778a4 View commit details
    Browse the repository at this point in the history
  4. Reviewed AedatStream unit tests.

    Signed-off-by: Mathis Richter <mathis.richter@intel.com>
    mathisrichter committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    ffac5f6 View commit details
    Browse the repository at this point in the history
  5. Added missing empty line.

    Signed-off-by: Mathis Richter <mathis.richter@intel.com>
    mathisrichter committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    5a8ceb2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    354340a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d795530 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. ^testtesttest

    SveaMeyer13 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    20a85bf View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Revert "^testtesttest"

    This reverts commit 20a85bf.
    SveaMeyer13 committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    b358462 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

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