You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RadialGAN: Mappers functions, is there a difference between the paper and the code ?
Further Information
In the paper, the mapper functions F are described as mapping from a target space D_i to the latent space Z. However, in the code (_train_epoch_mapper function), the loss function is the MSE between the real_X and the mapper[domain](generator[other_domain](noise). Therefore is the mapper functions mapping directly from one domain to the other?
Question
RadialGAN: Mappers functions, is there a difference between the paper and the code ?
Further Information
In the paper, the mapper functions F are described as mapping from a target space D_i to the latent space Z. However, in the code (_train_epoch_mapper function), the loss function is the MSE between the real_X and the mapper[domain](generator[other_domain](noise). Therefore is the mapper functions mapping directly from one domain to the other?
synthcity/src/synthcity/plugins/domain_adaptation/plugin_radialgan.py
Lines 287 to 319 in 6043e1b
Image from the article
Here we see that F maps from the image domain to the latent space
The text was updated successfully, but these errors were encountered: