Closed mz3220 closed 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**
@mz3220 Thanks for pointing this out. I made a minor commit to overcome this issue.
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**