WAE-pytorch
WAE-pytorch copied to clipboard
Results
4
WAE-pytorch issues
Sort by
recently updated
recently updated
newest added
Hi, why you calculate log density gaussian like this? https://github.com/1Konny/WAE-pytorch/blob/8b5ac00af305c79cf7dcee2948c36da3af0012a1/ops.py#L85
Is it necessary to keep z_var to be same in both mmd() and sample_z()?
https://github.com/1Konny/WAE-pytorch/blob/8b5ac00af305c79cf7dcee2948c36da3af0012a1/trainer_gan.py#L111 I do not why we have to add log_p_z to D_z and D_z_tidle? Thanks