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

Cleanup #11

Closed Devanshu24 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #11 (24a07a2) into main (09d01a5) will decrease coverage by 64.71%. The diff coverage is 53.84%.

@@             Coverage Diff             @@
##             main      #11       +/-   ##
===========================================
- Coverage   96.96%   32.25%   -64.72%     
===========================================
  Files           7        7               
  Lines          33       93       +60     
===========================================
- Hits           32       30        -2     
- Misses          1       63       +62     
Impacted Files Coverage Δ
code_soup/ch5/mnist_gan.py 0.00% <0.00%> (ø)
code_soup/ch5/models/discriminator.py 100.00% <ø> (ø)
code_soup/ch5/models/generator.py 100.00% <ø> (ø)
code_soup/ch5/__init__.py 100.00% <100.00%> (ø)
code_soup/ch5/datasets/__init__.py 100.00% <100.00%> (ø)
code_soup/ch5/datasets/mnist.py 100.00% <100.00%> (ø)
code_soup/ch5/models/__init__.py 100.00% <100.00%> (ø)
Devanshu24 commented 3 years ago

The imports don't work as I've changed them to absolute imports, and some things broke. Working on it.

Devanshu24 commented 3 years ago

@someshsingh22 Have a look, coverage is failing but rest seems fine. I'll remove the redundant python versions in a separate PR