Robik Shrestha
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?
Hi, I asked the authors about this and they replied that they use 12 nodes for age classification with intervals from https://arxiv.org/abs/1809.02169. Unfortunately, I wasn't able to replicate the numbers...
Hmm.. They are getting destroyed after session timeout.
I uploaded the original scripts for RN and UpDn to: https://drive.google.com/drive/folders/1-lD4wDWNSh3n1DsSLA8zAPNB0US7jg8U?usp=sharing Note that these are not well documented/maintained anymore, but hopefully will help you reproduce the results. For relation network...
Hi, Unfortunately, I used the same link as the one shared in: https://github.com/jialinwu17/self_critical_vqa Their link is down for now, and I was not able to find a local copy. But,...