Daisy-GENG

Results 3 issues of Daisy-GENG

Hi, When using "full" covariance to fit the gmm model, the following error occurred: ``` cholesky_cuda: U(31,31) is zero, singular U. File "/Cylinder3D/network/gmm.py", line 320, in _calculate_log_det log_det[k] = 2...

Hi, I want to implement mini-batching training on GMM as discussed in #7 . However, I am little bit confused by the code `gmm.reset_parameters(torch.Tensor(fvectors[:500].astype(np.float32)))`. I am not sure whether it...

Hi, Thanks for your excellent work SSVS! I wonder if is it possible to provide the pretrained model on Cityscapes dataset? Thank you so much! Best, Daisy