practical-pytorch icon indicating copy to clipboard operation
practical-pytorch copied to clipboard

Correct use of "epoch" vs "iteration"

Open spro opened this issue 8 years ago • 1 comments
trafficstars

One epoch should be one pass over the entire dataset. In many of the tutorials, what is called an epoch is really an iteration over a single training example.

spro avatar May 23 '17 19:05 spro

i made this and some other changes to get the generation example looking more like the char-rnn architecture https://gist.github.com/kylemcdonald/2d06dc736789f0b329e11d504e8dee9f

some of this is specific to the direction i'm going, but other parts might be useful for what you're doing?

thanks for the tutorials!

kylemcdonald avatar May 24 '17 10:05 kylemcdonald