early stopping
Implement the usual early stopping.
To prevent reinventing a wheel, Keras EarlyStopping class should be used (optionally in two instances, for autoencoder and discriminator), and injected to the training loop appropriately.
Implement the usual early stopping.
To prevent reinventing a wheel, Keras EarlyStopping class should be used (optionally in two instances, for autoencoder and discriminator), and injected to the training loop appropriately.