paul007pl / VRCNet

[CVPR 2021 Oral] Variational Relational Point Completion Network
https://paul007pl.github.io/projects/VRCNet.html
MIT License
156 stars 29 forks source link

some questions about the model architecture #28

Open Marigod98 opened 2 years ago

Marigod98 commented 2 years ago

Thanks for your wonderful work! I am interested in the model architecture: two branches, optimize post and prior distributions with KL_divergence and use some other loss to optimize decoder, I try to use the architecture on some other works. but when I train the model, KL_divergence can‘t be optimized well, always meet error: NaN or Inf found in input tensor, did you ever meet the error? could you share some experience about how to optimize KL_divergence? Thank you very much and sorry for the inconvenience.