Jeethesh Pai Umesh

Results 6 comments of Jeethesh Pai Umesh

No, It needs a good weighting factor for combined loss. The weighting factor given in this repo and mentioned in the paper is not working for me. For the both...

Hi, I would like to contribute to this issue, Can you suggest me which distribution would be easier to go at first. Thanks

Hi, I am also having the same problem. Have anybody solved this problem. Thanks a lot Jeethesh

Hey thanks for quick reply. Here is the full exception trace ``` Traceback (most recent call last): File "/lhome/jeumesh/anaconda3/envs/open-mmlab/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/lhome/jeumesh/anaconda3/envs/open-mmlab/lib/python3.7/runpy.py", line 85, in...

Oh yeah, I forgot to mention that, But i am just trying to fit the gaussian with the logits obtained from my trained model. Did you encounter this same error...

Hi, For anyone who are getting an ValueError because the covariance matrix is not PostiveDefinite(), the answer lies here in this line. https://github.com/omegafragger/DDU/blob/f597744c65df4ff51615ace5e86e82ffefe1cd0f/utils/gmm_utils.py#L93