taki0112 / StarGAN_v2-Tensorflow

Simple Tensorflow implementation of StarGAN_v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what is your training parameters?

Johnson-yue opened this issue · comments

Hi , I was reimplementing this work but using Pytorch ,and result is very bad.
thank you for your sharing ,and I have some questions :

  1. what is your training parameters , like "gan_type":
    you default gan_type is gan but this type not using gradient panalty ,and author said using R1 GP, so I guess you used gan_type=dragan ? right?

  2. How do you get target_domain label y~ and source_domain label y ?
    in my opinion, the dataloader about this model is more likely classification training.
    data format is [X_img, domain_label ]
    I think domain_label is original domain of x , so it is source_domain label y. But what is target_domain label y~ and how to get it?? just random ??

Hello !
I will re-upload the tensorflow2 version of stargan v2 to clova_ai

If you have any questions, use the above link !
Thank you.

Thank you