daa233 / generative-inpainting-pytorch

A PyTorch reimplementation for paper Generative Image Inpainting with Contextual Attention (https://arxiv.org/abs/1801.07892)
MIT License
472 stars 97 forks source link

Epoch num #46

Closed ardamamur closed 3 years ago

ardamamur commented 4 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 ?

daa233 commented 4 years ago

You may compute the epoch num by iter_num * batch_size / len(dataset).