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
Hi, thanks for your paper, and I really enjoy it.
I found the code about calculating the logdet is different from that in the paper.
Specifically, the torch.log(radius) might be redundant in https://github.com/oskopek/mvae/blob/master/mt/mvae/ops/hyperbolics.py#L63,
since log(R) is contained by torch.log(r).
Also, the logdet in sphere might have the same problem.
Could you please help me check the codes? Thanks a lot!
The text was updated successfully, but these errors were encountered:
I've encountered an issue while training models with the CIFAR and Omniglot datasets. When using the MNIST dataset, everything works fine. However, with CIFAR and Omniglot, I get the following error:AttributeError: Can't pickle local object 'ToDefaultTensor.init..' Thanks a lot!
Hi, thanks for your paper, and I really enjoy it.
I found the code about calculating the logdet is different from that in the paper.
Specifically, the torch.log(radius) might be redundant in https://github.com/oskopek/mvae/blob/master/mt/mvae/ops/hyperbolics.py#L63,
since log(R) is contained by torch.log(r).
Also, the logdet in sphere might have the same problem.
Could you please help me check the codes? Thanks a lot!
The text was updated successfully, but these errors were encountered: