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

Extract visualization functions from Explainer to standalone function… #55

Merged
merged 11 commits into from
Feb 6, 2023

Commits on Jan 25, 2023

  1. Extract visualization functions from Explainer to standalone function…

    …s, add visualization of single channel
    
    Signed-off-by: Adam Wawrzyński <adam.wawrzynski@reasonfieldlab.com>
    Adam Wawrzyński committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    0258fff View commit details
    Browse the repository at this point in the history
  2. Fix callback visualization

    Signed-off-by: Adam Wawrzyński <adam.wawrzynski@reasonfieldlab.com>
    Adam Wawrzyński committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b606e83 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into feat/visualization_per_channel

    Adam Wawrzyński committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    c3c3133 View commit details
    Browse the repository at this point in the history
  4. Extract common pre-processing code to a private function

    Signed-off-by: Adam Wawrzyński <adam.wawrzynski@reasonfieldlab.com>
    Adam Wawrzyński committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    6278f2d View commit details
    Browse the repository at this point in the history
  5. Add missing docstring

    Signed-off-by: Adam Wawrzyński <adam.wawrzynski@reasonfieldlab.com>
    Adam Wawrzyński committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    992f439 View commit details
    Browse the repository at this point in the history
  6. Remove duplicated pre-processing code in single channel visualization

    Signed-off-by: Adam Wawrzyński <adam.wawrzynski@reasonfieldlab.com>
    Adam Wawrzyński committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    222401d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Replace assert with raising exception in visualization of single chan…

    …nel attributes, add unit tests
    
    Signed-off-by: Adam Wawrzyński <adam.wawrzynski@reasonfieldlab.com>
    Adam Wawrzyński committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    a8bb8c1 View commit details
    Browse the repository at this point in the history
  2. Separate standardization and convertion of an array, add unit tests

    Signed-off-by: Adam Wawrzyński <adam.wawrzynski@reasonfieldlab.com>
    Adam Wawrzyński committed Jan 30, 2023
    2 Configuration menu
    Copy the full SHA
    22df198 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Add checking type of array to standardize

    Signed-off-by: Adam Wawrzyński <adam.wawrzynski@reasonfieldlab.com>
    Adam Wawrzyński committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    b373282 View commit details
    Browse the repository at this point in the history
  2. Change data type of tensors in unit tests, add casting in visualizati…

    …on pre-processing func
    
    Signed-off-by: Adam Wawrzyński <adam.wawrzynski@reasonfieldlab.com>
    Adam Wawrzyński committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    428859d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Merge branch 'main' into feat/visualization_per_channel

    Adam Wawrzyński committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    117dd72 View commit details
    Browse the repository at this point in the history