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

Pytorch wrapper & Documentation update #132

Merged
merged 27 commits into from
Sep 7, 2023
Merged

Pytorch wrapper & Documentation update #132

merged 27 commits into from
Sep 7, 2023

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    4788b94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    693e3fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5138ae View commit details
    Browse the repository at this point in the history
  4. feat: add the possibility to get an operator from an enum or a string…

    …. With this new getter we do not need to rechange the model when using metrics for classification
    lucashervier committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    95ac086 View commit details
    Browse the repository at this point in the history
  5. ci: add pipeline to test torch wrapper, regroup cfg file in a single …

    …setup and adapt worflows for the wrapper
    lucashervier committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    82231f4 View commit details
    Browse the repository at this point in the history
  6. docs: update , change link to relative, add black and white assets, a…

    …dd doc on operator and model's expectations
    lucashervier committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    1cc4ffd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7cad1c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6db7fd8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7bf23a8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0530754 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. docs: remove table of contents (collapsable section now), add TF and …

    …PyTorch for Callable methods, fix pep y
    lucashervier committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    833c54b View commit details
    Browse the repository at this point in the history
  2. refactor: change the Tasks enum, remove metric operator (move the fun…

    …ctionnality in the metric instead), fix regression_operator, update the tests and enhance the documentation
    lucashervier committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    dc8484f View commit details
    Browse the repository at this point in the history
  3. feat: add the possibility to add an activation layer (softmax or sigm…

    …oid) to the model when computing metrics (but not for generating explanations), add the corrsponding tests and documentation
    lucashervier committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    e60a5ff View commit details
    Browse the repository at this point in the history
  4. refactor: change the import place to the init for allowing import of …

    …TorchWrapper class without the need of installing pytorch, change methods name to more explicit ones, improve the grad method, assert evaluation mode of pytorch module, update the test for the refactoring of the wrapper and also following operator and metric refactoring, add more information in the documentation
    lucashervier committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    e1a29b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d48cbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    590e75b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65dfb13 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39d2fd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

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

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    3852bcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70ad209 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3ba4b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96c0394 View commit details
    Browse the repository at this point in the history
  5. feat: add the axis for the softmax activation so the user acknowledge…

    … on which axis the computation is done
    lucashervier committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    df67be1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09708e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. docs: clearer subtitle

    lucashervier committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    eaa5970 View commit details
    Browse the repository at this point in the history