astra-vision / CoMoGAN

CoMoGAN: continuous model-guided image-to-image translation. CVPR 2021 oral.
Apache License 2.0
180 stars 14 forks source link

Question about iterations or epochs of given pretrained model #10

Closed PengQiTu closed 2 years ago

PengQiTu commented 2 years ago

Thanks for your great job! I want to know how many iterations/epochs the given pretrained model is trained?

fabvio commented 2 years ago

Hey! The model is trained for 150k iterations.

PengQiTu commented 2 years ago

Thanks for your reply!