liuyiding1993 / ICDE2020_GMVSAE

29 stars 19 forks source link

Where is the implementation of GaussianMixture? #6

Open 040840308 opened 3 years ago

040840308 commented 3 years ago

Hi, I saw the imported GaussianMixture in code GM-VSAE.py, however not used. So, how did the GaussianMixture model is implemented?

 Thanks
liuyiding1993 commented 3 years ago

Hi, I saw the imported GaussianMixture in code GM-VSAE.py, however not used. So, how did the GaussianMixture model is implemented?

 Thanks

Hi. Thanks for your interests. I suppose the Gaussian Mixture part is implemented at line 97-117 in GM-VSAE.py. You can refer to that part of codes :)

040840308 commented 3 years ago

Hi, I saw the imported GaussianMixture in code GM-VSAE.py, however not used. So, how did the GaussianMixture model is implemented?

 Thanks

Hi. Thanks for your interests. I suppose the Gaussian Mixture part is implemented at line 97-117 in GM-VSAE.py. You can refer to that part of codes :)

OK, let me see. Thanks