Michael Pilosov

Results 16 issues of Michael Pilosov

I'm using the docker-compose stack. Basically everything to recreate my set up is here: https://github.com/ml-starter-packs/clearml-lightning except I bumped my version to 1.16.0 after upgrading my image tags to the latest...

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. -...

bug

for python 3.8+, `setuptools` is no longer necessary to achieve version functionality. right now if you do `pip install trimap` in a fresh venv (e.g. python 3.11), you'll find you...

updating what I think was an incomplete implementation. core issue: I needed a way to pass `trust_remote_code=True` to instantiate the class, and the `sentence_transformer_client` appeared to be the intended pathway,...

Situation: Imagine you are creating a classifier which returns a response akin to `{"class_A": 0.2, "class_B": 0.3, "class_C": 0.5}` (the "decoding of probabilities" is handled in `predict` rather than `encode_response`),...

bug
help wanted

should be much easier to review a small patch now. good test of future maintenance PRs. this change adds support to final C++ algorithm (CW) that could be built without...