RunpeiDong/ACT

t-SNE feature visualization

Daybreak-Zheng opened this issue · 3 comments

Excellent work.
How do I get the results of t-SNE feature visualization?
Looking forward to your reply!

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

How do I use it to get the visualisation I want?

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.