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

Question about your BiGAN.py File #2

Open
zimuwangnlp opened this issue Oct 13, 2020 · 1 comment
Open

Question about your BiGAN.py File #2

zimuwangnlp opened this issue Oct 13, 2020 · 1 comment

Comments

@zimuwangnlp
Copy link

zimuwangnlp commented Oct 13, 2020

Dear Matthew,

I have a question about your "BiGAN.py" file.
In this file, you have used a function named "get_class",

def prepareSamples(self, cnum = 0, num = 1000): #8x8 images, bottom row is constant

        # The codes above are omitted.

        im = self.im.get_class(cnum)
        e = self.GAN.E.predict(im, batch_size = BATCH_SIZE * k_images)

        # The codes follows are omitted.

However, I can't find your definition about this function.
Could you please give me an explanation about this function?
Thanks!

Best Regards,
Zimu Wang

@Snag9311
Copy link

function above is not called in BiGAN.py.
I guess author had a mind to make a conditional version of BiGAN or maybe he copy and pasted previous conditional GAN codes.

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

No branches or pull requests

2 participants