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

How to get my clustering result? #12

Closed
zbw0329 opened this issue Aug 23, 2021 · 1 comment
Closed

How to get my clustering result? #12

zbw0329 opened this issue Aug 23, 2021 · 1 comment

Comments

@zbw0329
Copy link

zbw0329 commented Aug 23, 2021

Hi~Thanks for your excellent work.
I trained RUC on CIFAR10 datasets,but I just get the trained model.
I want to know how to get clustering result?
If I want to save label corresponding to each sample to a txt file , what should I do?

@deu30303
Copy link
Owner

Hi, thank you for your interest in our work!

We evaluate our model based on hungarian_match algorithm. (See lib/protocols.py _hungarian_match function)
You can get the clustering result by matching the label index.

Thank you again for your interest.

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