CannyLab / tsne-cuda

GPU Accelerated t-SNE for CUDA with Python bindings
BSD 3-Clause "New" or "Revised" License
1.8k stars 129 forks source link

bad results on cifar10 with your provided code #102

Closed liming-ai closed 3 years ago

liming-ai commented 3 years ago

Hi @DavidMChan @DanielTakeshi @jcanny, thanks for your work, but I cannot achieve nice TSNE result as yours, even with same code provided by you

could you please give me some advice?

image

DavidMChan commented 3 years ago

This code produces Figure 9 in our paper: https://arxiv.org/pdf/1807.11824.pdf. To produce figures like those in Figure 6 of the paper, you need to use an additional embedding technique, such as taking the last layer of a neural network trained on classification.