mingyuliutw / UNIT

Unsupervised Image-to-Image Translation
Other
1.98k stars 360 forks source link

How many epochs to get the SHVN->MNIST result? #47

Closed hsm207 closed 6 years ago

hsm207 commented 6 years ago

In the code, the maximum epochs to train the SHVN->MNIST model is 100,000.

Do you remember what was the epoch that produced the result stated in the paper i.e. 90.53% accuracy?

mingyuliutw commented 6 years ago

100,000 should be the iteration numbers, not the epoch numbers. Training is a stochastic process. I can't predict which iteration gives the best result. You might not get exactly the same number, either.