shahsohil / DCC

This repository contains the source code and data for reproducing results of Deep Continuous Clustering paper
MIT License
209 stars 53 forks source link

Error in (Running Deep Continuous Clustering) step #22

Closed mz3220 closed 4 years ago

mz3220 commented 4 years ago

Hello Thank you very much for sharing your project

I am trying to re-implement it and as I go through this stage of the read.me file (Running Deep Continuous Clustering): I got the error below while running (DCCComputation.py file), Any advice?

*in computeHyperParams _sigma2 = float(3 (epsilon[-1] ** 2))

builtins.IndexError: index -1 is out of bounds for axis 0 with size 0**

shahsohil commented 4 years ago

@mz3220 Thanks for pointing this out. I made a minor commit to overcome this issue.