Closed MeiHuanshan closed 4 years ago
Hi, KL loss is applied to attribute vectors in the concat setting. However, we recently verified that removing KL loss will not degrade the performance. We'll update the paper and code soon.
Thank you very much for your reply! I get it. Best wishes
Hi i want to train this on two gpu's, can you guide how to change the code?
You can refer to the implementation of using multi-GPUs from BicycleGAN.
@hytseng0509 Hi, what's the l2 regularization for? Is there a relation with KL? And why there is an l2 reg on z_content.
Thank you for your excellent work and open the code! I am very interested in your work.When I read code, I found here kl loss seems like regularzation, but in paper kl loss is kl distance between z_attr and N(0,1)