Aug 12, 2020

GAN for abstractive summarisation:
Get To The Point - Summarization with Pointer-Generator Networks:
General defination of Batch, Epoch, Iteration:

Example: If I have training data (100000 samples) and I consider batch_size = 100, then train for 50 Epochs means I will have

Number of Iterations = 50 * (100000 / 100) = 50000 iterations.