lx

Results 3 issues of lx

'arch' in the following should be 'jitter', right? ``` def crop_to_size(hypes, image, gt_image): new_width = image.shape[1] new_height = image.shape[0] width = hypes['arch']['image_width'] height = hypes['arch']['image_height'] ```

as far as i understand, reranker models, typcially take query + doc as input, and directly give a score as output. so called "cross-encoders". ![cross-encoders](https://weaviate.io/assets/images/cross-encoder-61b340b8d1f6359bb7650da2c59be11c.png) however, when i read RerankingEvaluator...

question