Adversarial-Deep-Learning / code-soup

This is a collection of algorithms and approaches used in the book adversarial deep learning
MIT License
18 stars 18 forks source link

Add ZOO Attack #42

Closed gchhablani closed 2 years ago

gchhablani commented 3 years ago

This PR adds ZOO-attack and is a WIP. It closes #7.

codecov[bot] commented 3 years ago

Codecov Report

Merging #42 (d3bc7fd) into main (3094132) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              main       #42    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files            8        11     +3     
  Lines          192       466   +274     
==========================================
+ Hits           192       466   +274     
Impacted Files Coverage Δ
code_soup/ch5/models/zoo_attack.py 100.00% <100.00%> (ø)
code_soup/common/utils.py 100.00% <100.00%> (ø)
...soup/common/vision/models/simple_cnn_classifier.py 100.00% <100.00%> (ø)