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

function of discriminator not understood #2

Open
dhirajpatnaik16297 opened this issue Jan 16, 2018 · 0 comments
Open

function of discriminator not understood #2

dhirajpatnaik16297 opened this issue Jan 16, 2018 · 0 comments

Comments

@dhirajpatnaik16297
Copy link

dhirajpatnaik16297 commented Jan 16, 2018

in discriminator.py
def discriminate() has self.cnn_out which has not been initialized but it is working i dont know how?
and what exactly is discriminate() doing?
discriminate() is able to compute cnn_out but at last it is returning self.out() which calls the out()
cnn_out is again passed to the fully connected layer but is cnn_out any way related to discriminate() which computed it and how exactly does "self.cnn_out = tf.concat([self.cnn_out, c], axis=1)" in discriminate() work as self.cnn_out has not been declared or intialized?

please help me to understand in detail.

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

1 participant