Self-Attention-GAN-Tensorflow
Self-Attention-GAN-Tensorflow copied to clipboard
iterations vs epochs
soft iteration not hard
self.iteration = len(self.data) // self.batch_size
then used for control the repeataion
self.epoch = 200K