sagiebenaim / OneShotTranslation

Pytorch implementation of "One-Shot Unsupervised Cross Domain Translation" NIPS 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

model generalization

Yijunmaverick opened this issue · comments

Hi very interesting work!

I would like to clarify one point on the model generalization. Does the trained model only work on the training example x from domain A or could it be tested on any images in A?

Hi,

Thanks! After training, the model works only on x and its augmentations. There is no guarantee with regards to other samples in domain A.

i see. Thx for the reply.