Paul Lerner
Paul Lerner
Hi, I have an error when no boxes are detected for the whole batch, even in the first stage (is that expected? I work with images where there may be...
Hi, Do you plan on releasing the duplicate detector described in appendix C ? Bests, Paul
Hi, it’s pretty much all in the title: when I try to upload a file (only tried PDF) from drive there’s an error saying something like ‘cannot upload folder, only...
**Is your feature request related to a problem? Please describe.** I think it’s quite frustrating to have to specify the format of qrels/run (TREC or JSON). I often get exceptions...
### Feature request Add a method to resize position embeddings in PreTrainedModel, in the same way as there is `resize_token_embeddings` for word embeddings. There are several ways to do that:...
## 🚀 Feature request ### Motivation ```py def main(foo: List[str] = None): pass if __name__ == "__main__": CLI(main) ``` Currently, to pass several arguments to a List, the syntax is...