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
{{ message }}
This repository was archived by the owner on Apr 8, 2026. It is now read-only.
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.
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?