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

Why is feed_dict being given to self.generator_trainer? #27

Open
iakash2604 opened this issue Sep 5, 2018 · 0 comments
Open

Why is feed_dict being given to self.generator_trainer? #27

iakash2604 opened this issue Sep 5, 2018 · 0 comments

Comments

@iakash2604
Copy link

sess.run(self.generator_trainer, feed_dict)

Why is feed_dict being given to generator_trainer? Shouldn't generator_trainer get noise?
Going through the entire code, generator_trainer is being given data that is being generated randomly from sample_prior() function. And as per my understanding also generator should not be given true data.

How is this line explained?

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