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

Added cifar10 dataset with unit tests #41

Closed VishalBh4r4mbe closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #41 (8748f84) into main (4ef91d9) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #41   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         6    +1     
  Lines           74        86   +12     
=========================================
+ Hits            74        86   +12     
Impacted Files Coverage Δ
code_soup/common/vision/datasets/__init__.py 100.00% <100.00%> (ø)
code_soup/common/vision/datasets/cifar.py 100.00% <100.00%> (ø)