-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hi,if I have a new dataset with source domain x and target domain y , how I train the model like creativity/portrait-to-photo
as your paper said, it should be train two autoencoder (Resnet101-as encoder, bigGAN as decoder)。
- use the source domain x data train an autoencoder and got encoder-x, decoder-x
- use the target domain y data train an autoencoder and got encoder-y, decoder-y
- use the pretrained model (encoder-x and decoder-y) train an cINN , it will learn translation z_encx to z_ency ?
is right ??
and would you provide an tutorial for how to apply on new datasets? thank you
Metadata
Metadata
Assignees
Labels
No labels