Skip to content

how to apply on new datasets  #3

Description

@Johnson-yue

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)。

  1. use the source domain x data train an autoencoder and got encoder-x, decoder-x
  2. use the target domain y data train an autoencoder and got encoder-y, decoder-y
  3. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions