You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented ' Unsupervised Deep Embedding for Clustering Analysis' using Pytorch, and I noticed that the pytorch version is converging much slower than your keras version. By going through the details, I noticed that in your version encoders' weights are not updating during the clustering stage.
I'm not sure what is the reason, but according to the paper, the encoders' weight must get updated.
The text was updated successfully, but these errors were encountered:
Many thanks for the code.
I have implemented ' Unsupervised Deep Embedding for Clustering Analysis' using Pytorch, and I noticed that the pytorch version is converging much slower than your keras version. By going through the details, I noticed that in your version encoders' weights are not updating during the clustering stage.
I'm not sure what is the reason, but according to the paper, the encoders' weight must get updated.
The text was updated successfully, but these errors were encountered: