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 argument batch_size to CarliniLInfMethod #1699

Merged
merged 1 commit into from
May 18, 2022

Conversation

beat-buesser
Copy link
Collaborator

Signed-off-by: Beat Buesser beat.buesser@ie.ibm.com

Description

This pull request adds argument batch_size to CarliniLInfMethod.

Fixes #1679

Type of change

Please check all relevant options.

  • Improvement (non-breaking)
  • Bug fix (non-breaking)
  • New feature (non-breaking)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Signed-off-by: Beat Buesser <beat.buesser@ie.ibm.com>
@beat-buesser beat-buesser self-assigned this May 16, 2022
@beat-buesser beat-buesser added the improvement Improve implementation label May 16, 2022
@beat-buesser beat-buesser added this to the ART 1.10.2 milestone May 16, 2022
@codecov-commenter
Copy link

codecov-commenter commented May 16, 2022

Codecov Report

Merging #1699 (b89318b) into dev_1.10.2 (af9bf9c) will decrease coverage by 0.01%.
The diff coverage is 60.00%.

Impacted file tree graph

@@              Coverage Diff               @@
##           dev_1.10.2    #1699      +/-   ##
==============================================
- Coverage       88.04%   88.03%   -0.02%     
==============================================
  Files             259      259              
  Lines           21398    21401       +3     
  Branches         3800     3801       +1     
==============================================
  Hits            18840    18840              
- Misses           1607     1609       +2     
- Partials          951      952       +1     
Impacted Files Coverage Δ
art/attacks/evasion/carlini.py 94.28% <60.00%> (-0.38%) ⬇️
art/attacks/evasion/boundary.py 92.77% <0.00%> (-1.21%) ⬇️
art/defences/detector/poison/activation_defence.py 84.61% <0.00%> (+0.33%) ⬆️

@beat-buesser beat-buesser merged commit dfd392d into dev_1.10.2 May 18, 2022
@beat-buesser beat-buesser deleted the development_issue_1679 branch May 18, 2022 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improve implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

attacks.evasion.carlini.CarliniLinf doesn't have attacks param "batch_size"
3 participants