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

Add wandb support #16

Merged
merged 20 commits into from
Jan 10, 2023
Merged

Add wandb support #16

merged 20 commits into from
Jan 10, 2023

Commits on Dec 30, 2022

  1. Add wandb callback and example

    Signed-off-by: Adam Wawrzyński <adam.wawrzynski@reasonfieldlab.com>
    Adam Wawrzyński committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    63ec4c2 View commit details
    Browse the repository at this point in the history
  2. Refine docstrings, remove unused optional fields

    Signed-off-by: Adam Wawrzyński <adam.wawrzynski@reasonfieldlab.com>
    Adam Wawrzyński committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    fd5bfc9 View commit details
    Browse the repository at this point in the history
  3. Add CLI program to add explanations to existing W&B experiment run

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

Commits on Jan 2, 2023

  1. Filter out artifacts from other experiments in update program

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

    Signed-off-by: Adam Wawrzyński <adam.wawrzynski@reasonfieldlab.com>
    Adam Wawrzyński committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    d39b29d View commit details
    Browse the repository at this point in the history
  3. Add support for providing JSON config with desired explainers and the…

    …ir parameters
    
    Signed-off-by: Adam Wawrzyński <adam.wawrzynski@reasonfieldlab.com>
    Adam Wawrzyński committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    60eb9ce View commit details
    Browse the repository at this point in the history
  4. Update README, add 'Getting started' section with example, add table …

    …of content
    
    Signed-off-by: Adam Wawrzyński <adam.wawrzynski@reasonfieldlab.com>
    Adam Wawrzyński committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    ea3b39e View commit details
    Browse the repository at this point in the history
  5. Add CLI tool, fix dependencies to be installed with wheel

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

Commits on Jan 4, 2023

  1. Add variants for dependencies based on Python version and platform, f…

    …ix installing from wheel
    
    Signed-off-by: Adam Wawrzyński <adam.wawrzynski@reasonfieldlab.com>
    Adam Wawrzyński committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    b937d2b View commit details
    Browse the repository at this point in the history
  2. Move loggin images to at training start, rename arguments, minor fixes

    Signed-off-by: Adam Wawrzyński <adam.wawrzynski@reasonfieldlab.com>
    Adam Wawrzyński committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    31ffc19 View commit details
    Browse the repository at this point in the history
  3. Remove specifying CUDA version of torch package in pyproject, update …

    …docs
    
    Signed-off-by: Adam Wawrzyński <adam.wawrzynski@reasonfieldlab.com>
    Adam Wawrzyński committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    330d226 View commit details
    Browse the repository at this point in the history
  4. Change default number of logged artifacts

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

Commits on Jan 9, 2023

  1. Merge branch 'main' into feature/wandb_callback

    Adam Wawrzyński committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    282724f View commit details
    Browse the repository at this point in the history
  2. Update wandb callback with context manager

    Signed-off-by: Adam Wawrzyński <adam.wawrzynski@reasonfieldlab.com>
    Adam Wawrzyński committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    430994c View commit details
    Browse the repository at this point in the history
  3. Add context manager to CLI app, add explainers to package __init__.py

    Signed-off-by: Adam Wawrzyński <adam.wawrzynski@reasonfieldlab.com>
    Adam Wawrzyński committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    6a30696 View commit details
    Browse the repository at this point in the history
  4. Fix wrong variable name: rename prediction to target_label

    Signed-off-by: Adam Wawrzyński <adam.wawrzynski@reasonfieldlab.com>
    Adam Wawrzyński committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    288adf8 View commit details
    Browse the repository at this point in the history
  5. Bump minor version

    Signed-off-by: Adam Wawrzyński <adam.wawrzynski@reasonfieldlab.com>
    Adam Wawrzyński committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    4576ece View commit details
    Browse the repository at this point in the history
  6. Fix displaying warnings in context manager

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

Commits on Jan 10, 2023

  1. Add type aliases, fix typo, remove unnecessary unpacking batch in ite…

    …ration
    
    Signed-off-by: Adam Wawrzyński <adam.wawrzynski@reasonfieldlab.com>
    Adam Wawrzyński committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    3c48dd3 View commit details
    Browse the repository at this point in the history
  2. Rename type aliases

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