Closed ardamamur closed 3 years ago
when I visualize with tensorboard ı can see that the training has like 35k iterations but do you have any idea about epoch num ?
You may compute the epoch num by iter_num * batch_size / len(dataset).
iter_num * batch_size / len(dataset)
when I visualize with tensorboard ı can see that the training has like 35k iterations but do you have any idea about epoch num ?