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

IO Independent GAN #25

Closed someshsingh22 closed 3 years ago

someshsingh22 commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #25 (e605475) into main (d9a9b39) will increase coverage by 17.50%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             main       #25       +/-   ##
============================================
+ Coverage   82.50%   100.00%   +17.50%     
============================================
  Files           6         5        -1     
  Lines          40        73       +33     
============================================
+ Hits           33        73       +40     
+ Misses          7         0        -7     
Impacted Files Coverage Δ
code_soup/ch5/models/gan.py 100.00% <100.00%> (ø)
someshsingh22 commented 3 years ago