HyperGAN
Search…
HyperGAN
About
Getting started
CLI guide
Configurations
Showcase
AI Explorer for Android
Youtube, Twitter, Discord +
Examples
2D
Text
Classification
Colorizer
Next Frame (video)
Tutorials
Training a GAN
Pygame inference
Creating an image dataset
Searching for hyperparameters
Components
GAN
Generator
Discriminator
Layers
Loss
Latent
Trainer
Alternating Trainer
Simultaneous Trainer
Balanced Trainer
Accumulate Gradient Trainer
Optimizer
Train Hook
Other GAN implementations
Powered By
GitBook
Trainer
Trains the GAN object.
Creation
The trainer creates the optimizer, and any associated train hooks.
1
trainable_gan
=
TrainableGAN
(
gan
)
Copied!
Access
1
trainable_gan.trainer
Copied!
Actions
1
trainer
.
step
(
feed_dict
)
# Step forward
Copied!
Events
1
trainer
.
before_step
(
step
,
feed_dict
)
2
trainer
.
after_step
(
step
,
feed_dict
)
Copied!
Previous
Uniform Distribution
Next
Alternating Trainer
Last modified
1yr ago
Copy link
Contents
Creation
Access
Actions
Events