ypxie / HDGan

Pytorch implementation of HDGan
150 stars 36 forks source link

when to stop training? #4

Closed yayeoCddy closed 6 years ago

yayeoCddy commented 6 years ago

Hi, I try to train HDGan from scratch, but we don't have validation dataset. So I don't know how to observe the training process from generated image and G/D loss and when to stop training. Can you give some suggestion?

zizhaozhang commented 6 years ago

Usually we just train 500 epochs for birds and flower datasets and 200 epochs for COCO. So we do not guarantee the model we evaluated is the best one.