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

K-Median/Mean heuristic for ProtoNN missing in Pytorch #138

Open
metastableB opened this issue Oct 13, 2019 · 0 comments
Open

K-Median/Mean heuristic for ProtoNN missing in Pytorch #138

metastableB opened this issue Oct 13, 2019 · 0 comments

Comments

@metastableB
Copy link
Contributor

  • The median heuristic function utils.medianHeuristic is missing in the pytorch branch. Please copy it to edgeml_pytorch.utils.
  • It is being called from here when you run the example. That is, if gamma is not provided, we will estimate it.
  • As can be seen from the Notes here and the code here, the implementation is unaware of class labels and hence per-class k-means is not there. This requires effort :/ .
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

1 participant