HobbitLong / SupContrast

PyTorch implementation of "Supervised Contrastive Learning" (and SimCLR incidentally)
BSD 2-Clause "Simplified" License
3.1k stars 534 forks source link

T-SNE visualization #55

Open munirfarzeen opened 3 years ago

munirfarzeen commented 3 years ago

Hi, how did you generate the visualization of t-SNE. Can you provide the code? @HobbitLong thank you

zhangdan8962 commented 3 years ago

@HobbitLong I am also having the same question. Simply use sklearn-TSNE seems not working. I am wondering if you have used other tricks?

linhuibin commented 3 years ago

Hi, your work is great and I appreciate it. I encountered some problems in visualizing t-SNE, can you provide the code? @HobbitLong thank you very much!

ashok-arjun commented 2 years ago

Same here, @HobbitLong. Can you please provide the code for the t-SNE visualization?