Hi,
I am not sure which is the relation between steps and epoch. In concrete, how can I calculate how many times all training set was seen during the training?
I would like to make the validation at list 2 times during an epoch, but I don’t know how many steps should I set.
I fought that the relation was the following:
epoch = len(trainig_set)(/batch_size*steps)
It is correct?
Also, I saw this post Epochs Determination where the number of available GPUs influence to step number.
Regards, and thanks in advance