Robik Shrestha

Results 2 comments of Robik Shrestha

You might have already found the answer to this, but for future reference, `vae_tc_loss` as defined in this repo: `vae_tc_loss = (D_z[:, :1] - D_z[:, 1:]).mean()` is equivalent to FactorVAE's...

I am facing exactly same problems. Have you guys found out the solution?