Trainer
Trains the GAN object.
Creation
The trainer creates the optimizer, and any associated train hooks.
trainable_gan = TrainableGAN(gan)Access
trainable_gan.trainerActions
trainer.step(feed_dict) # Step forwardEvents
trainer.before_step(step, feed_dict)
trainer.after_step(step, feed_dict)Last updated
Was this helpful?