shahsohil / DCC

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

epsilon / np.sqrt(embedding_dim) #32

Open glcLucky opened 3 years ago

glcLucky commented 3 years ago

I guess this formula may be wrong. Should we change that to this: np.sqrt(epsilon / embedding_dim)?

shahsohil commented 3 years ago

Why do you say so ?