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

Create DirtyFlipping #2376

Open
wants to merge 132 commits into
base: dev_1.18.0
Choose a base branch
from

Commits on Sep 14, 2023

  1. Add CompositeAdversarialAttack

    Signed-off-by: Lei Hsiung <leihsiung.ray@gmail.com>
    twweeb committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9808223 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Beat Buesser <49047826+beat-buesser@users.noreply.github.com>
    Signed-off-by: Lei Hsiung <leihsiung.ray@gmail.com>
    twweeb and beat-buesser committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5d82170 View commit details
    Browse the repository at this point in the history
  3. Address code review comments

    Signed-off-by: Lei Hsiung <leihsiung.ray@gmail.com>
    twweeb committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3a7e69e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44cd354 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Fix Coding Style

    Signed-off-by: Lei Hsiung <leihsiung.ray@gmail.com>
    twweeb committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    faaab20 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'composite-adversarial-attack' of github.com:twweeb/adve…

    …rsarial-robustness-toolbox into composite-adversarial-attack
    twweeb committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    8fdd3c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Support membership black box with no labels (fix Trusted-AI#2154)

    Signed-off-by: abigailt <abigailt@il.ibm.com>
    abigailgold committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    9dd6284 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Fix tests

    Signed-off-by: abigailt <abigailt@il.ibm.com>
    abigailgold committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    e55f388 View commit details
    Browse the repository at this point in the history
  2. Fix assert

    Signed-off-by: abigailt <abigailt@il.ibm.com>
    abigailgold committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    a5087db View commit details
    Browse the repository at this point in the history
  3. Fix Coding Style

    Signed-off-by: Lei Hsiung <leihsiung.ray@gmail.com>
    twweeb committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    57d8ed0 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. move hook input to original model device

    Signed-off-by: GiulioZizzo <giulio.zizzo@yahoo.co.uk>
    GiulioZizzo committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    4f2a479 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. updating notebook to confirm fix

    Signed-off-by: GiulioZizzo <giulio.zizzo@yahoo.co.uk>
    GiulioZizzo committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    430af84 View commit details
    Browse the repository at this point in the history
  2. get device model is running on to move hook input onto

    Signed-off-by: GiulioZizzo <giulio.zizzo@yahoo.co.uk>
    GiulioZizzo committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c2d333f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. add re-executed notebook

    Signed-off-by: GiulioZizzo <giulio.zizzo@yahoo.co.uk>
    GiulioZizzo committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    49acd32 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Fix Coding Style and Add Unit test

    Signed-off-by: Lei Hsiung <leihsiung.ray@gmail.com>
    twweeb committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    3528185 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Fix style check and unit test

    Signed-off-by: Lei Hsiung <leihsiung.ray@gmail.com>
    twweeb committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    03aaeb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Fix docstring style

    Signed-off-by: Lei Hsiung <leihsiung.ray@gmail.com>
    twweeb committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    55f3c72 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. progress bar development

    Signed-off-by: GiulioZizzo <giulio.zizzo@yahoo.co.uk>
    GiulioZizzo committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d8bab78 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. flatten activations for poisoning defenses

    Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
    f4str committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    123af2c View commit details
    Browse the repository at this point in the history
  2. remove huggingface estimator activation hack

    Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
    f4str committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4db7626 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. revert check on dim for fit-generator and move to a separate PR

    Signed-off-by: GiulioZizzo <giulio.zizzo@yahoo.co.uk>
    GiulioZizzo committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    7bed09d View commit details
    Browse the repository at this point in the history
  2. update kwarg test to run with pb display

    Signed-off-by: GiulioZizzo <giulio.zizzo@yahoo.co.uk>
    GiulioZizzo committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    b3dec0f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Bump docker/build-push-action from 5.0.0 to 5.1.0

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 5.1.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@0565240...4a13e50)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    e5babd7 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. run on CI pipeline

    Signed-off-by: GiulioZizzo <giulio.zizzo@yahoo.co.uk>
    GiulioZizzo committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    a32d798 View commit details
    Browse the repository at this point in the history
  2. remove CI to run on feature branch

    Signed-off-by: GiulioZizzo <giulio.zizzo@yahoo.co.uk>
    GiulioZizzo committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    043752d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Merge pull request Trusted-AI#2332 from Trusted-AI/dependabot/github_…

    …actions/docker/build-push-action-5.1.0
    
    Bump docker/build-push-action from 5.0.0 to 5.1.0
    beat-buesser committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ab389e7 View commit details
    Browse the repository at this point in the history
  2. Bump torch from 1.13.1 to 2.1.1

    Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.1.1.
    - [Release notes](https://github.com/pytorch/pytorch/releases)
    - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
    - [Commits](pytorch/pytorch@v1.13.1...v2.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: torch
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    81e6232 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b71810a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9f5a4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e896821 View commit details
    Browse the repository at this point in the history
  6. Add workflow for Pytorch 2.x

    Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
    beat-buesser committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    6e32356 View commit details
    Browse the repository at this point in the history
  7. Update test requirements

    Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
    beat-buesser committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    e9fd86c View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Update workflows for PyTorch 2.x

    Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
    beat-buesser committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    30de53c View commit details
    Browse the repository at this point in the history
  2. Update workflows for PyTorch 2.x

    Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
    beat-buesser committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    34fe469 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Update workflows for DeepSpeech v2 for PyTorch 2.x

    Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
    beat-buesser committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    cf85969 View commit details
    Browse the repository at this point in the history
  2. Update workflows and mypy style check for PyTorch 2.x

    Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
    beat-buesser committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    586cd39 View commit details
    Browse the repository at this point in the history
  3. Update workflows for PyTorch 2.x

    Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
    beat-buesser committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6787d0a View commit details
    Browse the repository at this point in the history
  4. Update workflows for PyTorch 2.x

    Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
    beat-buesser committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    14a9a84 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Revert "remove huggingface estimator activation hack"

    This reverts commit 4db7626.
    
    Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
    f4str committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    d345786 View commit details
    Browse the repository at this point in the history
  2. adding oracle aligned adversarial training

    Signed-off-by: Muhammad Zaid Hameed <Zaid.Hameed@ibm.com>
    Muhammad Zaid Hameed authored and Muhammad Zaid Hameed committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    97d81d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. style check corrections

    Signed-off-by: Muhammad Zaid Hameed <Zaid.Hameed@ibm.com>
    Muhammad Zaid Hameed authored and Muhammad Zaid Hameed committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    13c9e98 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Update workflows for PyTorch 2.x

    Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
    beat-buesser committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a5a8fcc View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. style changes after review

    Signed-off-by: Muhammad Zaid Hameed <Zaid.Hameed@ibm.com>
    Muhammad Zaid Hameed authored and Muhammad Zaid Hameed committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    e472e5f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Merge pull request Trusted-AI#2329 from Trusted-AI/dependabot/pip/tor…

    …ch-2.1.1
    
    Bump torch from 1.13.1 to 2.1.1
    beat-buesser committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ffd3a49 View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-python from 4 to 5

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    214cd83 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Trusted-AI#2348 from Zaid-Hameed/oaat_adv_train

    Add Oracle Aligned Adversarial Training
    beat-buesser committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    1b3120b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c1bc43 View commit details
    Browse the repository at this point in the history
  5. Bump tensorboardx from 2.6 to 2.6.2.2

    Bumps [tensorboardx](https://github.com/lanpa/tensorboardX) from 2.6 to 2.6.2.2.
    - [Release notes](https://github.com/lanpa/tensorboardX/releases)
    - [Changelog](https://github.com/lanpa/tensorboardX/blob/master/HISTORY.rst)
    - [Commits](https://github.com/lanpa/tensorboardX/commits/v2.6.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: tensorboardx
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    135dbe7 View commit details
    Browse the repository at this point in the history
  6. Bump pillow from 9.5.0 to 10.1.0

    Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.1.0.
    - [Release notes](https://github.com/python-pillow/Pillow/releases)
    - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
    - [Commits](python-pillow/Pillow@9.5.0...10.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: pillow
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    95ea607 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8f5816 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b2deaee View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Bump pandas from 2.0.1 to 2.1.4

    Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.0.1 to 2.1.4.
    - [Release notes](https://github.com/pandas-dev/pandas/releases)
    - [Commits](pandas-dev/pandas@v2.0.1...v2.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: pandas
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    0fa9066 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Trusted-AI#2352 from Trusted-AI/dependabot/pip/pan…

    …das-2.1.4
    
    Bump pandas from 2.0.1 to 2.1.4
    beat-buesser committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    6c5eaa1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Trusted-AI#2345 from Trusted-AI/dependabot/github_…

    …actions/actions/setup-python-5
    
    Bump actions/setup-python from 4 to 5
    beat-buesser committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2b5baeb View commit details
    Browse the repository at this point in the history
  4. Bump docker/metadata-action from 5.0.0 to 5.3.0

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.0.0 to 5.3.0.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Commits](docker/metadata-action@96383f4...31cebac)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    65bf2a4 View commit details
    Browse the repository at this point in the history
  5. Fix TensorFlow v1 workflow for Pillow

    Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
    beat-buesser committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ac8e1a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2394967 View commit details
    Browse the repository at this point in the history
  7. change to verbose, and add support for tf1

    Signed-off-by: GiulioZizzo <giulio.zizzo@yahoo.co.uk>
    GiulioZizzo committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    39ab9cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bfc2169 View commit details
    Browse the repository at this point in the history
  9. Merge pull request Trusted-AI#2252 from Trusted-AI/dependabot/pip/ten…

    …sorboardx-2.6.2.2
    
    Bump tensorboardx from 2.6 to 2.6.2.2
    beat-buesser committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    646119f View commit details
    Browse the repository at this point in the history
  10. Bump jax[cpu] from 0.4.8 to 0.4.23

    Bumps [jax[cpu]](https://github.com/google/jax) from 0.4.8 to 0.4.23.
    - [Release notes](https://github.com/google/jax/releases)
    - [Changelog](https://github.com/google/jax/blob/main/CHANGELOG.md)
    - [Commits](jax-ml/jax@jax-v0.4.8...jax-v0.4.23)
    
    ---
    updated-dependencies:
    - dependency-name: jax[cpu]
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    7018fea View commit details
    Browse the repository at this point in the history
  11. Merge pull request Trusted-AI#2300 from GiulioZizzo/hf_model_wrapper_…

    …update
    
    Huggingface model wrapper update
    beat-buesser committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    dec5ddf View commit details
    Browse the repository at this point in the history
  12. standardise verbose use across tools

    Signed-off-by: GiulioZizzo <giulio.zizzo@yahoo.co.uk>
    GiulioZizzo committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    5fb24d5 View commit details
    Browse the repository at this point in the history
  13. Merge pull request Trusted-AI#2343 from Trusted-AI/dependabot/github_…

    …actions/docker/metadata-action-5.3.0
    
    Bump docker/metadata-action from 5.0.0 to 5.3.0
    beat-buesser committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    1c87a51 View commit details
    Browse the repository at this point in the history
  14. Merge pull request Trusted-AI#2354 from Trusted-AI/dependabot/pip/jax…

    …-cpu--0.4.23
    
    Bump jax[cpu] from 0.4.8 to 0.4.23
    beat-buesser committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    eea5d13 View commit details
    Browse the repository at this point in the history
  15. Merge pull request Trusted-AI#2309 from Trusted-AI/dependabot/pip/pil…

    …low-10.1.0
    
    Bump pillow from 9.5.0 to 10.1.0
    beat-buesser committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    05230e7 View commit details
    Browse the repository at this point in the history
  16. Bump github/codeql-action from 2 to 3

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    3034cd5 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Bump h5py from 3.8.0 to 3.10.0

    Bumps [h5py](https://github.com/h5py/h5py) from 3.8.0 to 3.10.0.
    - [Release notes](https://github.com/h5py/h5py/releases)
    - [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst)
    - [Commits](h5py/h5py@3.8.0...3.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: h5py
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    a361a2e View commit details
    Browse the repository at this point in the history
  2. Update pytest requirement from ~=7.3.1 to ~=7.4.3

    Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.3.1...7.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3e4bfd1 View commit details
    Browse the repository at this point in the history
  3. mypy fixes

    Signed-off-by: GiulioZizzo <giulio.zizzo@yahoo.co.uk>
    GiulioZizzo committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    2a3290a View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

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

Commits on Dec 18, 2023

  1. split verbosity processing into separate method.

    Signed-off-by: GiulioZizzo <giulio.zizzo@yahoo.co.uk>
    GiulioZizzo committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    3c6458d View commit details
    Browse the repository at this point in the history
  2. split verbosity processing into separate method.

    Signed-off-by: GiulioZizzo <giulio.zizzo@yahoo.co.uk>
    GiulioZizzo committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    cc441c9 View commit details
    Browse the repository at this point in the history
  3. general inclusion of pylint: disable=W0221. Updates to randomized/der…

    …andomized tools
    
    Signed-off-by: GiulioZizzo <giulio.zizzo@yahoo.co.uk>
    GiulioZizzo committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    9c3f572 View commit details
    Browse the repository at this point in the history
  4. Better handling of int values for verbosity. Adding fit_gen to tests …

    …for kwargs checks
    
    Signed-off-by: GiulioZizzo <giulio.zizzo@yahoo.co.uk>
    GiulioZizzo committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    804af32 View commit details
    Browse the repository at this point in the history
  5. Update TensorFlow v1 workflow for h5py

    Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
    beat-buesser committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    ef24cec View commit details
    Browse the repository at this point in the history
  6. Merge pull request Trusted-AI#2353 from Trusted-AI/dependabot/github_…

    …actions/github/codeql-action-3
    
    Bump github/codeql-action from 2 to 3
    beat-buesser committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    73b7e7c View commit details
    Browse the repository at this point in the history
  7. Merge pull request Trusted-AI#2358 from Trusted-AI/dependabot/pip/pyt…

    …est-approx-eq-7.4.3
    
    Update pytest requirement from ~=7.3.1 to ~=7.4.3
    beat-buesser committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    b0b18a9 View commit details
    Browse the repository at this point in the history
  8. Update test and format for composite adversarial attack

    Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
    beat-buesser committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    191c4d3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cc03386 View commit details
    Browse the repository at this point in the history
  10. Merge pull request Trusted-AI#2355 from Trusted-AI/dependabot/pip/h5p…

    …y-3.10.0
    
    Bump h5py from 3.8.0 to 3.10.0
    beat-buesser committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    2069fe2 View commit details
    Browse the repository at this point in the history
  11. Bump lightgbm from 3.3.5 to 4.1.0

    Bumps [lightgbm](https://github.com/microsoft/LightGBM) from 3.3.5 to 4.1.0.
    - [Release notes](https://github.com/microsoft/LightGBM/releases)
    - [Commits](microsoft/LightGBM@v3.3.5...v4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: lightgbm
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    8ff9a7d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f4a4fa6 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Bump docker/metadata-action from 5.3.0 to 5.4.0

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.3.0 to 5.4.0.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Commits](docker/metadata-action@31cebac...9dc751f)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ff83f0e View commit details
    Browse the repository at this point in the history
  2. Bump tqdm from 4.65.0 to 4.66.1

    Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.65.0 to 4.66.1.
    - [Release notes](https://github.com/tqdm/tqdm/releases)
    - [Commits](tqdm/tqdm@v4.65.0...v4.66.1)
    
    ---
    updated-dependencies:
    - dependency-name: tqdm
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    294e950 View commit details
    Browse the repository at this point in the history
  3. Bump xgboost from 1.7.5 to 2.0.2

    Bumps [xgboost](https://github.com/dmlc/xgboost) from 1.7.5 to 2.0.2.
    - [Release notes](https://github.com/dmlc/xgboost/releases)
    - [Changelog](https://github.com/dmlc/xgboost/blob/master/NEWS.md)
    - [Commits](dmlc/xgboost@v1.7.5...v2.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: xgboost
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    60a94f2 View commit details
    Browse the repository at this point in the history
  4. Update test for LightGBM 4.x

    Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
    beat-buesser committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    d9eb294 View commit details
    Browse the repository at this point in the history
  5. Update test for XGBoost 2.x

    Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
    beat-buesser committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    2badfc7 View commit details
    Browse the repository at this point in the history
  6. Fix style checks

    Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
    beat-buesser committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    752e494 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a281f62 View commit details
    Browse the repository at this point in the history
  8. Merge pull request Trusted-AI#2361 from Trusted-AI/dependabot/pip/tqd…

    …m-4.66.1
    
    Bump tqdm from 4.65.0 to 4.66.1
    beat-buesser committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    33fffb5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request Trusted-AI#2360 from Trusted-AI/dependabot/github_…

    …actions/docker/metadata-action-5.4.0
    
    Bump docker/metadata-action from 5.3.0 to 5.4.0
    beat-buesser committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    cc9912f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    94cf59f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1f3026b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a405f49 View commit details
    Browse the repository at this point in the history
  13. Merge pull request Trusted-AI#2356 from Trusted-AI/dependabot/pip/lig…

    …htgbm-4.1.0
    
    Bump lightgbm from 3.3.5 to 4.1.0
    beat-buesser committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    0b70a71 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0f2a2bf View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    aa6a0ee View commit details
    Browse the repository at this point in the history
  2. notebook updates

    Signed-off-by: GiulioZizzo <giulio.zizzo@yahoo.co.uk>
    GiulioZizzo committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    feefe1d View commit details
    Browse the repository at this point in the history
  3. run hf notebook with progress bars

    Signed-off-by: GiulioZizzo <giulio.zizzo@yahoo.co.uk>
    GiulioZizzo committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4fc0864 View commit details
    Browse the repository at this point in the history
  4. update notebook kwarg to use verbose

    Signed-off-by: GiulioZizzo <giulio.zizzo@yahoo.co.uk>
    GiulioZizzo committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    bb9fbee View commit details
    Browse the repository at this point in the history
  5. Merge pull request Trusted-AI#2362 from Trusted-AI/dependabot/pip/xgb…

    …oost-2.0.2
    
    Bump xgboost from 1.7.5 to 2.0.2
    beat-buesser committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d7e91dd View commit details
    Browse the repository at this point in the history
  6. Bump torch from 2.1.1 to 2.1.2

    Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.1 to 2.1.2.
    - [Release notes](https://github.com/pytorch/pytorch/releases)
    - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
    - [Commits](pytorch/pytorch@v2.1.1...v2.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: torch
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    65925a4 View commit details
    Browse the repository at this point in the history
  7. Bump catboost from 1.1.1 to 1.2.2

    Bumps [catboost](https://github.com/catboost/catboost) from 1.1.1 to 1.2.2.
    - [Release notes](https://github.com/catboost/catboost/releases)
    - [Changelog](https://github.com/catboost/catboost/blob/master/RELEASE.md)
    - [Commits](catboost/catboost@v1.1.1...v1.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: catboost
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a13d8f4 View commit details
    Browse the repository at this point in the history
  8. Update lingvo workflow for catboost

    Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
    beat-buesser committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    755aa6b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fc7cbcb View commit details
    Browse the repository at this point in the history
  10. unifying art tools in verbose interface

    Signed-off-by: GiulioZizzo <giulio.zizzo@yahoo.co.uk>
    GiulioZizzo committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    56f7f4a View commit details
    Browse the repository at this point in the history
  11. Update PyTorch workflow for torch

    Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
    beat-buesser committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    8b89f11 View commit details
    Browse the repository at this point in the history
  12. mypy fixes

    Signed-off-by: GiulioZizzo <giulio.zizzo@yahoo.co.uk>
    GiulioZizzo committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    63916b2 View commit details
    Browse the repository at this point in the history
  13. mypy fixes

    Signed-off-by: GiulioZizzo <giulio.zizzo@yahoo.co.uk>
    GiulioZizzo committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b817b9c View commit details
    Browse the repository at this point in the history
  14. Merge pull request Trusted-AI#2357 from Trusted-AI/dependabot/pip/tor…

    …ch-2.1.2
    
    Bump torch from 2.1.1 to 2.1.2
    beat-buesser committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b2e7827 View commit details
    Browse the repository at this point in the history
  15. Merge pull request Trusted-AI#2363 from Trusted-AI/dependabot/pip/cat…

    …boost-1.2.2
    
    Bump catboost from 1.1.1 to 1.2.2
    beat-buesser committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    5843f6d View commit details
    Browse the repository at this point in the history
  16. Update numpy requirement from <1.25,>=1.18.5 to >=1.18.5,<1.27

    Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
    - [Release notes](https://github.com/numpy/numpy/releases)
    - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
    - [Commits](numpy/numpy@v1.18.5...v1.26.2)
    
    ---
    updated-dependencies:
    - dependency-name: numpy
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b634693 View commit details
    Browse the repository at this point in the history
  17. Merge pull request Trusted-AI#2327 from f4str/activation-defense-bug

    Fix `ActivationDefense` and `SpectralSignatures` expected flattened bug
    beat-buesser committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    95c778e View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Update pytest-cov requirement from ~=4.0.0 to ~=4.1.0

    Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
    - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest-cov@v4.0.0...v4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: pytest-cov
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    3f573ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request Trusted-AI#2364 from Trusted-AI/dependabot/pip/num…

    …py-gte-1.18.5-and-lt-1.27
    
    Update numpy requirement from <1.25,>=1.18.5 to >=1.18.5,<1.27
    beat-buesser committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    3c189ac View commit details
    Browse the repository at this point in the history
  3. Merge pull request Trusted-AI#2367 from Trusted-AI/dependabot/pip/pyt…

    …est-cov-approx-eq-4.1.0
    
    Update pytest-cov requirement from ~=4.0.0 to ~=4.1.0
    beat-buesser committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    3de2078 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Bump librosa from 0.10.0.post2 to 0.10.1

    Bumps [librosa](https://github.com/librosa/librosa) from 0.10.0.post2 to 0.10.1.
    - [Release notes](https://github.com/librosa/librosa/releases)
    - [Changelog](https://github.com/librosa/librosa/blob/main/docs/changelog.rst)
    - [Commits](librosa/librosa@0.10.0.post2...0.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: librosa
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    e008089 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Trusted-AI#2369 from Trusted-AI/dependabot/pip/lib…

    …rosa-0.10.1
    
    Bump librosa from 0.10.0.post2 to 0.10.1
    beat-buesser committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    ea1fa92 View commit details
    Browse the repository at this point in the history
  3. flatten activations for poisoning defenses

    Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
    f4str authored and beat-buesser committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    4111de6 View commit details
    Browse the repository at this point in the history
  4. remove huggingface estimator activation hack

    Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
    f4str authored and beat-buesser committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    47801a7 View commit details
    Browse the repository at this point in the history
  5. Revert "remove huggingface estimator activation hack"

    This reverts commit 4db7626.
    
    Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
    f4str authored and beat-buesser committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    b8607cf View commit details
    Browse the repository at this point in the history
  6. Update KerasClassifier for verbose argument

    Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
    beat-buesser committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    b62f866 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74be71f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f29950a View commit details
    Browse the repository at this point in the history
  9. Merge pull request Trusted-AI#2338 from GiulioZizzo/hf_notebook_dev

    Hugging Face Notebook Improvements
    beat-buesser committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    25f7ac0 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    089c929 View commit details
    Browse the repository at this point in the history
  2. Fix unit test

    Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
    beat-buesser committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    5549564 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Trusted-AI#2373 from Trusted-AI/dev_1.17.0

    Update to ART 1.17.0
    beat-buesser committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    bc8a15f View commit details
    Browse the repository at this point in the history
  4. Update docs

    Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
    beat-buesser committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    501ad92 View commit details
    Browse the repository at this point in the history
  5. Bump version to ART 1.17.0

    Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
    beat-buesser committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    044f87e View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Create DirtyFlipping

    Target Label-Flipping Attack Using Dirty Label-Inversion 
    
    The attack aims to inject a carefully crafted trigger into clean data samples of a specific target class, introducing a backdoor for potential model misclassification, this is a dirty label-on-label backdoor attack that injects a trigger into clean data samples of a specific target class.
    OrsonTyphanel93 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    2f9d216 View commit details
    Browse the repository at this point in the history