You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, I tried the unsupervised hello world example from the notebook, but after training, despite the classifier results leading to a significant improvement in terms of accuracy, when I go to test the algorithm in terms of similarity, the results reported by the knn search seem not to work (using the same example of the supervised helloworld notebook).
I also tried to run the model's prediction and calculate the cosine similarity between different images but it returns always 1. What am I doing wrong?
The text was updated successfully, but these errors were encountered:
robertorovella91
changed the title
Cosine Similarity after training CIFAR 10 is all equal to 1
Problem using unsupervised helloworld example ( Similarity results on CIFAR10 dataset )
Feb 8, 2023
Hi everyone, I tried the unsupervised hello world example from the notebook, but after training, despite the classifier results leading to a significant improvement in terms of accuracy, when I go to test the algorithm in terms of similarity, the results reported by the knn search seem not to work (using the same example of the supervised helloworld notebook).
I also tried to run the model's prediction and calculate the cosine similarity between different images but it returns always 1. What am I doing wrong?
The text was updated successfully, but these errors were encountered: