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
having the model and embeddings we can now try to break our data into clusters to validate if these embeddings are good.
the procedure will be following:
• load trained model from params(I will provide it)
• generate embeddings for our current patches
• clusterize data(using k-means or other approach)
• look and show what have we got in these clusters
The text was updated successfully, but these errors were encountered:
having the model and embeddings we can now try to break our data into clusters to validate if these embeddings are good.
the procedure will be following:
• load trained model from params(I will provide it)
• generate embeddings for our current patches
• clusterize data(using k-means or other approach)
• look and show what have we got in these clusters
The text was updated successfully, but these errors were encountered: