HuiGuanLab / HiCo

This is a repository contains the implementation of our AAAI'23 oral paper Hierarchical Contrast for Unsupervised Skeleton-based Action Representation Learning.
Apache License 2.0
33 stars 4 forks source link

About how t-SNE is implemented #3

Open chaowen1 opened 1 year ago

chaowen1 commented 1 year ago

Hello, I would like to know about how t-SNE is implemented in the code

ssk1997 commented 1 year ago

Please see sklearn.manifold.TSNE for more details. @chaowen1

Codeganef commented 10 months ago

Hello, I would like to know about how t-SNE is implemented in the code

Have you found the relevant code yet?