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

feat: differentiable PyTorch backend #31

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Feb 13, 2022

  1. refactor file structure

    yoyolicoris committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    353b91a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6ed00a View commit details
    Browse the repository at this point in the history
  3. feat: torch dependency

    yoyolicoris committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    10ec5ed View commit details
    Browse the repository at this point in the history
  4. add torch test cases

    yoyolicoris committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    a822405 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db18aeb View commit details
    Browse the repository at this point in the history
  6. refactor: remove comments

    yoyolicoris committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    19d798a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d601697 View commit details
    Browse the repository at this point in the history
  8. refactor init

    yoyolicoris committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    514e0c6 View commit details
    Browse the repository at this point in the history
  9. doc: simplify docstrings

    yoyolicoris committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    1c1edd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    3a6c841 View commit details
    Browse the repository at this point in the history
  2. draft: regression tests

    yoyolicoris committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    125f55e View commit details
    Browse the repository at this point in the history
  3. complete all tests

    yoyolicoris committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    5e82690 View commit details
    Browse the repository at this point in the history
  4. fix: finfo error

    yoyolicoris committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    4780c05 View commit details
    Browse the repository at this point in the history
  5. fix: eps

    yoyolicoris committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    3fc6e9d View commit details
    Browse the repository at this point in the history
  6. refactor docstrings

    yoyolicoris committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    5f2259d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c1cdd6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64984d8 View commit details
    Browse the repository at this point in the history
  9. remove debug prints

    yoyolicoris committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    94c16b1 View commit details
    Browse the repository at this point in the history
  10. Revert "feat: per samples normalization"

    This reverts commit 64984d8.
    yoyolicoris committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    3ed9135 View commit details
    Browse the repository at this point in the history