David Marx

Results 167 comments of David Marx

tagging a bunch of people just to bring visibility to how pytest works and illustrate how we can mock client-server transactions. also, i'm pretty sure the grpc mocking could be...

closing in favor of #116 since this has basically become my personal unstable dev branch

lol jfc... sonarcloud triggers a "security hotspot" warning for simply invoking `random.random()` anywhere in the code.

Is it possible that SEC is equivalent to this already-implemented regularizer? https://kevinmusgrave.github.io/pytorch-metric-learning/regularizers/#centerinvariantregularizer I can't find a public version of the paper referenced in the docs at that link, but per...

Here's an example of how another CLIP variant implements this: https://github.com/EleutherAI/magiCARP/blob/main/carp/pytorch/model/encoders/pool_encoder.py

bumping since apparently 3.10 upgrade is complete

the deforum plugin has good controlnet support plus a lot of other features (especially powerful for image-to-image animation). if getting controlnet support added is going to require onboarding another plugin,...

... ok, I found a workaround: able to write settings to `/output/img2img/deforum_settings.txt`. I'm guessing this is a permissions thing, probably with no good solution. keeping it open while I wait...

NB: I think I've uncovered an issue in the contrastive decoding implementation. Currently, scores and (raw) logits are the same values, but should not be. I think this is because...