You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
InfoGAN/infogan/algos/infogan_trainer.py
Line 238 in 6736735
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?
The text was updated successfully, but these errors were encountered: