tdeboissiere / DeepLearningImplementations

Implementation of recent Deep Learning papers
MIT License
1.81k stars 650 forks source link

Number of epochs for pix2pix #28

Closed s4chin closed 7 years ago

s4chin commented 7 years ago

Approximately how many epochs did pix2pix take to produce the example image?

Also, are the default settings the ones you used to get the result?

tdeboissiere commented 7 years ago

I don't remember exactly but definitely not too long (1 to 2 hours of training).

s4chin commented 7 years ago

For anyone else who wants an answer to this, the result given in the example image occurs at around epoch 200-250 on the default settings.