Reid Sanders
Results
12
comments of
Reid Sanders
Hacky thing I spliced for this from d6349d29 It is using old version "colpali-engine==0.2.2" Something like this ``` +class CustomEvaluatorPatchScore(CustomEvaluator): + def evaluate(self, qs, ps) -> Tuple[torch.Tensor, torch.Tensor]: + scores,...
I did this on a very early version and the code structure has changed a lot so unfortunately it isn't going to be directly compatible. There used to be a...