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

Implement Generative Adversarial Networks (GANs) #1

Closed
12 tasks done
someshsingh22 opened this issue Aug 4, 2021 · 3 comments · Fixed by #8
Closed
12 tasks done

Implement Generative Adversarial Networks (GANs) #1

someshsingh22 opened this issue Aug 4, 2021 · 3 comments · Fixed by #8
Assignees
Labels
Author Authors should use this tag bug Something isn't working documentation Improvements or additions to documentation Modification Modify some features Priority:High High Priority

Comments

@someshsingh22
Copy link
Member

someshsingh22 commented Aug 4, 2021

@Adversarial-Deep-Learning/core-dev

https://papers.nips.cc/paper/2014/file/5ca3e9b122f61f8f06494c97b1afccf3-Paper.pdf

@someshsingh22 someshsingh22 added Priority:High High Priority Author Authors should use this tag Algorithm For issues in algorithms Implementation For implementation of a new algorithm/tutorial labels Aug 4, 2021
@gchhablani gchhablani self-assigned this Aug 4, 2021
@someshsingh22 someshsingh22 linked a pull request Aug 6, 2021 that will close this issue
@someshsingh22 someshsingh22 reopened this Aug 7, 2021
@someshsingh22
Copy link
Member Author

someshsingh22 commented Aug 7, 2021

@blackrosedragon2 Final Linting report shows some errors, you can check them here https://github.com/Adversarial-Deep-Learning/code-soup/runs/3268983541 make the changes in a new PR and we will close this

Also init.py file is missing from chapter, you can take a look at the latest PR #9 to see how tests and modules can be built or called

Once built you can remove the dummy files

@someshsingh22 someshsingh22 linked a pull request Aug 7, 2021 that will close this issue
@someshsingh22 someshsingh22 removed a link to a pull request Aug 7, 2021
@someshsingh22
Copy link
Member Author

@blackrosedragon2 check the coverage report we have to get maximum coverage, all functions that need time like training will be ignored only structural and functional requirements should be checked.

@someshsingh22 someshsingh22 added bug Something isn't working documentation Improvements or additions to documentation Modification Modify some features and removed Algorithm For issues in algorithms Implementation For implementation of a new algorithm/tutorial labels Aug 8, 2021
@someshsingh22 someshsingh22 self-assigned this Aug 8, 2021
@someshsingh22
Copy link
Member Author

The remaining issues are left open to avoid clutter in this Issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author Authors should use this tag bug Something isn't working documentation Improvements or additions to documentation Modification Modify some features Priority:High High Priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants