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

MHGAN model #5

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

MHGAN model #5

wants to merge 8 commits into from

Conversation

k-k-d
Copy link

@k-k-d k-k-d commented Mar 30, 2019

This model is an Auxiliary Classifier GAN model implemented using torchgan which samples images using the Metropolis Hastings algorithm.
MHGAN Research Paper - https://arxiv.org/pdf/1811.11357.pdf)

@avik-pal
Copy link
Member

avik-pal commented May 1, 2019

@k-k-d please rebase and update the code according to the guidelines in the readme

@k-k-d
Copy link
Author

k-k-d commented Jun 10, 2019

@avik-pal I have rebased the repo and updated it as much as I could understand. If I need to to something more, let me know.

@avik-pal
Copy link
Member

@k-k-d Firstly fix the linting issues. It is mostly unused imports. You can run isort and yapf it will fix most of them. Then you shall have to fix the remaining manually

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.

2 participants