Open lululovecode opened 1 year ago
Looks like training is not very stable. What data are you using? Btw, we do not recommend using the CDPN network directly for other applications, as we have not fully optimized the architecture and hyper parameters for EPro-PnP (since it's mostly used for comparison with the baseline in the paper). In fact we recently noted a design fault related to the global weight scale. An improved version with extended paper and code will be released in a few weeks.
ValueError: Expected parameter scale_tril (Tensor of shape (32, 4, 4)) of distribution AngularCentralGaussian(scale_tril: torch.Size([32, 4, 4])) to satisfy the constraint LowerCholesky(), but found invalid values: tensor([[[ 6.9278e-01, 0.0000e+00, 0.0000e+00, 0.0000e+00], [ 2.9031e-02, 1.3608e-01, 0.0000e+00, 0.0000e+00], [-4.0746e-02, -1.0482e-02, 1.4604e-01, 0.0000e+00], [-1.8699e-03, -1.1016e-01, -1.9344e-01, 6.5453e-01]],
Do you know how can I solve the problem?