Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About t-SNE embedding #34

Open
vickichen97 opened this issue Jul 8, 2019 · 1 comment
Open

About t-SNE embedding #34

vickichen97 opened this issue Jul 8, 2019 · 1 comment

Comments

@vickichen97
Copy link

Recently I am learning about embedding, could I ask about the implementations of t-SNE embedding on the feature representation of the last convolution layer of the discriminator in your research.Thanks a lot!

@LeeDoYup
Copy link
Owner

I didn't implement it.
However, after get the features, use can use
sklearn.manifold.TSNE
(https://scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants