t-SNE feature visualization
Daybreak-Zheng opened this issue · 3 comments
Daybreak-Zheng commented
Excellent work.
How do I get the results of t-SNE feature visualization?
Looking forward to your reply!
RunpeiDong commented
Hi @Daybreak-Zheng,
We use https://github.com/pavlin-policar/openTSNE which is a great tool. I have provided a script named main_tsne.py, please check it out.
Hope this could help you.
Best,
Runpei
Daybreak-Zheng commented
How do I use it to get the visualisation I want?
RunpeiDong commented
Please read the code first.
Replace the file path here with your ckpt path. And use the corresponding config file to specify the model and dataset. Then run the code. 😸That's it.