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 implementation of GenAttack #507

Merged
merged 13 commits into from
Mar 2, 2020
Merged

Conversation

zimmerrol
Copy link
Member

No description provided.

@coveralls
Copy link

coveralls commented Feb 22, 2020

Coverage Status

Coverage increased (+0.04%) to 99.536% when pulling 58bf7e9 on zimmerrol:gen into 1a63b76 on bethgelab:master.

@codecov-io
Copy link

codecov-io commented Feb 22, 2020

Codecov Report

Merging #507 into master will decrease coverage by 1.19%.
The diff coverage is 99.54%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #507     +/-   ##
=========================================
- Coverage   99.49%   98.29%   -1.2%     
=========================================
  Files          45       47      +2     
  Lines        2364     2587    +223     
=========================================
+ Hits         2352     2543    +191     
- Misses         12       44     +32
Impacted Files Coverage Δ
foolbox/attacks/__init__.py 100% <100%> (ø) ⬆️
foolbox/attacks/gen_attack_utils.py 100% <100%> (ø)
foolbox/attacks/gen_attack.py 99.04% <99.04%> (ø)
foolbox/models/tensorflow.py 37.5% <0%> (-62.5%) ⬇️
foolbox/zoo/zoo.py 66.66% <0%> (-33.34%) ⬇️
foolbox/zoo/model_loader.py 66.66% <0%> (-33.34%) ⬇️
foolbox/zoo/git_cloner.py 84.61% <0%> (-15.39%) ⬇️
foolbox/attacks/blur.py 98.38% <0%> (-1.62%) ⬇️
foolbox/zoo/weights_fetcher.py 100% <0%> (ø) ⬆️
foolbox/distances.py 100% <0%> (ø) ⬆️
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 74cf905...58bf7e9. Read the comment docs.

@jonasrauber
Copy link
Member

Please move all these utility functions into gen_attack.py or gen_attack_utils.py or something like that (inside the attacks folder!).

@jonasrauber jonasrauber merged commit ad7ba73 into bethgelab:master Mar 2, 2020
@zimmerrol zimmerrol deleted the gen branch March 3, 2020 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants