Hi, when I want to implement CVAE, I set use_mmd=False and beta = 0 in Class TRVAE. Is this right? Is there anything else that needs to be changed when loading and training query data?
I have another question. According to the paper "Mapping single-cell data to reference atlases by transfer learning", shouldn't MMD in trvae model be added to the first layer of decoder? Why is MMD added to latent space by default in source code?
When I add MMD to the first layer of the decoder, I don't know why I can't get a good integration result.
Thank you in advance.