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

Feature/920: Implemented 2D convolution #1007

Draft
wants to merge 69 commits into
base: main
Choose a base branch
from

Commits on Aug 18, 2022

  1. added gepad to heat/core/signal.py

    krajsek authored and shahpratham committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    d7463a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b2d2b9 View commit details
    Browse the repository at this point in the history
  3. refactored

    krajsek authored and shahpratham committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    8452fc3 View commit details
    Browse the repository at this point in the history
  4. refactored

    krajsek authored and shahpratham committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    d6d8460 View commit details
    Browse the repository at this point in the history
  5. replaced unsqueeze wirh reshape

    krajsek authored and shahpratham committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    7975267 View commit details
    Browse the repository at this point in the history
  6. refactorized

    krajsek authored and shahpratham committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    01f813e View commit details
    Browse the repository at this point in the history
  7. refactorized

    krajsek authored and shahpratham committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    a8025d8 View commit details
    Browse the repository at this point in the history
  8. refactorized

    krajsek authored and shahpratham committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    98b8ba0 View commit details
    Browse the repository at this point in the history
  9. refactorized

    krajsek authored and shahpratham committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    4dc9950 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    296c4dd View commit details
    Browse the repository at this point in the history
  11. added balance for full and valid mode

    krajsek authored and shahpratham committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    f489fe9 View commit details
    Browse the repository at this point in the history
  12. init commit

    shahpratham committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    5c4a656 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5b4a2b2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    42632a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Configuration menu
    Copy the full SHA
    0040f93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f665345 View commit details
    Browse the repository at this point in the history
  3. comparison to none

    shahpratham committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    d1408ae View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Merge branch 'main' of https://github.com/helmholtz-analytics/heat in…

    …to feature920/distributed-2D-convolution
    shahpratham committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    ba65a04 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. supported for all modes

    shahpratham committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    51450d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

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

Commits on Sep 11, 2022

  1. Configuration menu
    Copy the full SHA
    149f345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ea900b View commit details
    Browse the repository at this point in the history
  3. reformatted

    shahpratham committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    8ccdf3e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

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

Commits on Sep 27, 2022

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

Commits on Nov 3, 2022

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

Commits on Nov 8, 2022

  1. Merge branch 'main' of https://github.com/helmholtz-analytics/heat in…

    …to feature920/distributed-2D-convolution
    shahpratham committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    3f2c492 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ec7b15 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    5a51cec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f764f8e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

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

Commits on Apr 28, 2023

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

Commits on May 8, 2023

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

Commits on May 22, 2023

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

Commits on May 25, 2023

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

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    90fd61c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73aac81 View commit details
    Browse the repository at this point in the history
  3. found where the CI failed: in the second-last test of test_signal one…

    … had to replace ht.int by ht.float32
    Hoppe committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    ac8cb2f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

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

Commits on Aug 7, 2023

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

Commits on Aug 21, 2023

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

Commits on Aug 28, 2023

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

Commits on Sep 4, 2023

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

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    31ea4af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    707b7f1 View commit details
    Browse the repository at this point in the history
  3. added comments

    krajsek committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    a948999 View commit details
    Browse the repository at this point in the history
  4. refactoring

    krajsek committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    deb2154 View commit details
    Browse the repository at this point in the history
  5. added comments to inputcheck

    krajsek committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    2d057a7 View commit details
    Browse the repository at this point in the history
  6. convolve2d docstring revised

    krajsek committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    88b839b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

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

Commits on Oct 16, 2023

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

Commits on Oct 23, 2023

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

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    e659d62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34f3264 View commit details
    Browse the repository at this point in the history
  3. debugging

    ClaudiaComito committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    fbddaac View commit details
    Browse the repository at this point in the history
  4. debugging

    ClaudiaComito committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    4eba58b View commit details
    Browse the repository at this point in the history
  5. debugging

    ClaudiaComito committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    89e1b8f View commit details
    Browse the repository at this point in the history
  6. debugging devices

    ClaudiaComito committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    f785188 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45fc3f2 View commit details
    Browse the repository at this point in the history
  8. debugging

    ClaudiaComito committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    64a3320 View commit details
    Browse the repository at this point in the history
  9. debugging

    ClaudiaComito committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    1e4ee28 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

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

Commits on Dec 4, 2023

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

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    0489b18 View commit details
    Browse the repository at this point in the history
  2. debugging

    ClaudiaComito committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    04e7cd2 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

Commits on Apr 12, 2024

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

Commits on Aug 15, 2024

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

Commits on Aug 19, 2024

  1. merge latest main

    ClaudiaComito committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    69f129d View commit details
    Browse the repository at this point in the history