Kevin Musgrave

Results 79 issues of Kevin Musgrave

Also it might be possible to replace the functionality of ```match_finder``` with ```knn_func```

enhancement

See: https://github.com/jimporter/mike. This makes mkdocs support versioned docs.

documentation

A common use case is to have ```embeddings``` and ```ref_emb``` be augmented versions of each other. For most losses right now you have to create labels to indicate which ```embeddings```...

enhancement

- Compute centroid of each class in the reference set - Find nearest centroid for each query embedding. It gets a score of 1 if the nearest centroid is the...

new algorithm request

Basically something like sklearn KNeighborsClassifier. We could also add nearest-centroid classification and others. See #342 and #343

enhancement

The easiest way might be to make the trainers extend [Ignite](https://github.com/pytorch/ignite), [Catalyst](https://github.com/catalyst-team/catalyst), [Lightning](https://github.com/PyTorchLightning/pytorch-lightning) etc.

enhancement

The docs should have the following type of explanation, plus a short note per loss function - If you pass pairs into a triplet loss, then triplets will be formed...

documentation

One option could involve overriding ```__getattribute()__```

enhancement

If the number of mined pairs or triplets is small, then it doesn't make sense to compute all pairwise distances in the batch using compute_mat.

enhancement