-
Notifications
You must be signed in to change notification settings - Fork 267
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 find labels as clustered results (ex: clustered images....)? #118
Comments
Hello Sir, Still, I couldn't find clustered images as final outputs. As I mentioned, Thanks, |
Hi, I'm not sure I understand your questions correctly, but the outputs after the self-labeling step are the cluster ids. For example, let's say we know CIFAR10 has 10 ground truth classes. Now, we can set the output dimension of our model to 10 clusters (ids: 0 - 9). After training, the Hungarian matching algorithm can map each cluster id to a ground truth class for evaluation purposes. |
Hello Sir, Thank you for your reply quickly. Using CIFAR-10, I got self-labeled model. Then using eval.py, I tried to get the outputs for clustered ids of CIFAR-10 test-data. If I'm wrong, what's wrong? Thanks, P.S. "reordered_preds"... Is this a self-labeling result? |
Hello, Sir,
According your examples (I used cifar10 example).
I did training (pretext -> clustering -> selflabeling...)
Then I did evaling....
I think that I should find labels as final results.
How to find labels for clustered images??
Thanks,
Edward Cho.
The text was updated successfully, but these errors were encountered: