facebookresearch / deepcluster

Deep Clustering for Unsupervised Learning of Visual Features
Other
1.66k stars 324 forks source link

Will the code of deep-cluster-v2 in "Unsupervised Learning of Visual Features by Contrasting Cluster Assignments" be released in this repository? #67

Closed haohang96 closed 4 years ago

mathildecaron31 commented 4 years ago

Hi, thanks for your interest. Yes, I'm planning to release DeepClusterv2 and SwAV implementations in this repository in one or two weeks. Stay tuned

haohang96 commented 4 years ago

A few more quesitons about deep-cluster v2:

  1. If MLP projection head is also used in deep-cluster v2?

  2. If MLP is used, is $z$ in eq8 (eq8 in SWaV paper) the normalized vector of mlp layer's output?

mathildecaron31 commented 4 years ago

Hi, I've just released our implementation at https://github.com/facebookresearch/swav

  1. Yes
  2. Yes