wvangansbeke/Unsupervised-Classification

Is it Unsupervised Learning or Semi-supervised Learning?

kkellyk opened this issue · 0 comments

Hi,
I would like to ask if the fill_memory_bank() of training in simclr.py uses the true label.
Then scan.py will use topk_neighbors_path.npy from KNN when loading the Dataset.
The true label is used in training, which is Unsupervised Learning or Semi-supervised Learning.
Thanks.
Kelly