-
Notifications
You must be signed in to change notification settings - Fork 88
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
T-SNE of features visualization #42
Comments
I reshape the features to 8x256x512=1048576 and got tensor (1048576, 256) |
Can you provides the code of T-SNE of features visualization? thank you very much!!! |
Hey everyone, I implemented the tsne visualization in the following way:
I implemented it for an example with a binary segmentation mask as ground truth (getting the label for each pixel): |
Hello,I got the same bad result. Have you solved it? Can we discuss it? |
@lennart-maack Hi ,thank you for your code. I want to ask you about D, how do I know the number of features for each |
@lennart-maack Hi ,thank you for your code.! I want to ask about domains. What do "either src,src_to_trgt,trgt"stand for? |
Maybe we can communicate, my email is [email protected] |
Hi, Thanks for your nice work.
I have some questions about T-SNE visualization.
But features of Pixel-wise Contrastive Learning Objective are from the projection layer. (method with contrastive loss? ) I am confused about where are the features of the two loss from.
The text was updated successfully, but these errors were encountered: