Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor Refactor #83

Merged
merged 12 commits into from
Sep 6, 2021
Merged

Conversation

mehulrastogi
Copy link
Contributor

No description provided.

@mehulrastogi mehulrastogi linked an issue Sep 6, 2021 that may be closed by this pull request
6 tasks
@codecov
Copy link

codecov bot commented Sep 6, 2021

Codecov Report

Merging #83 (f8777c6) into main (0cff83b) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #83   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        16    +1     
  Lines          597       603    +6     
=========================================
+ Hits           597       603    +6     
Impacted Files Coverage Δ
code_soup/ch5/algorithms/gan.py 100.00% <ø> (ø)
code_soup/ch5/algorithms/one_pixel_attack.py 100.00% <ø> (ø)
code_soup/ch5/algorithms/zoo_attack.py 100.00% <ø> (ø)
code_soup/ch5/__init__.py 100.00% <100.00%> (ø)
code_soup/common/text/__init__.py 100.00% <100.00%> (ø)
code_soup/common/text/utils/perturbations.py 100.00% <100.00%> (ø)
code_soup/common/vision/datasets/__init__.py 100.00% <100.00%> (ø)
...oup/common/vision/datasets/image_classification.py 100.00% <100.00%> (ø)
code_soup/common/vision/datasets/vision_dataset.py 100.00% <100.00%> (ø)
code_soup/common/vision/models/__init__.py 100.00% <100.00%> (ø)
... and 2 more

@mehulrastogi mehulrastogi merged commit eec666b into Adversarial-Deep-Learning:main Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactoring
1 participant