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 NIN and test #56

Closed Shreyas-Bhat closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #56 (0a35051) into main (49f2da6) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #56   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         8    +1     
  Lines          129       191   +62     
=========================================
+ Hits           129       191   +62     
Impacted Files Coverage Δ
code_soup/common/vision/models/__init__.py 100.00% <100.00%> (ø)
code_soup/common/vision/models/nin.py 100.00% <100.00%> (ø)