Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Beat Buesser <[email protected]>
  • Loading branch information
Beat Buesser committed Jun 11, 2021
1 parent 412f66d commit f8d2875
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ ENV/
*.jpg
demo/pics/*

# ignore local config
*config.ini

# Things TF might pull when testing
*.gz
*.npy
Expand Down
2 changes: 1 addition & 1 deletion art/attacks/inference/attribute_inference/meminf_based.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(
Create an AttributeInferenceMembership attack instance.
:param classifier: Target classifier.
:param membership_attack: The membership inference attack to use. Should be fit/callibrated in advance, and
:param membership_attack: The membership inference attack to use. Should be fit/calibrated in advance, and
should support returning probabilities.
:param attack_feature: The index of the feature to be attacked or a slice representing multiple indexes in
case of a one-hot encoded feature.
Expand Down

0 comments on commit f8d2875

Please sign in to comment.