Umar Butler

Results 34 issues of Umar Butler

It takes way too long to rename a variable in a Jupyter notebook despite the fact that, AFAIK, it is not even possible to reference variables defined in Jupyter notebooks...

bug
info-needed
notebook-intellisense

### 🔎 Search before asking - [X] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report. - [X] I have searched the PaddleOCR [Issues](https://github.com/PaddlePaddle/PaddleOCR/issues) and found no...

This PR replaces `eval()` in `ppocr/postprocess/__init__.py` with a dictionary for obvious reasons: https://lucumr.pocoo.org/2011/2/1/exec-in-python/

Often times when I try uploading a file to VirusTotal, I ended up stuck in a captcha loop. I will do captcha after captcha after captcha infinitely without succeeding. I...

### 🔎 Search before asking - [X] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report. - [X] I have searched the PaddleOCR [Issues](https://github.com/PaddlePaddle/PaddleOCR/issues) and found no...

When I run `pip install deepspeed` on my Windows 11 machine in a virtual environment with Python 3.12.4, PyTorch 2.4.1 and CUDA 12.4 installed, I get the below error: ```...

bug
training

Hi @lucidrains, Thanks for creating this wonderful package as well as `x-transformers`. I wanted to understand why rotary embeddings seem to be slower for me than absolute positional embeddings. I'm...

Suppose we have a BERT NLI model trained to zero-shot classify texts given a prompt such as, for example, 'This text relates to cars.' Is it possible to use DSPy...

Cool Tasks

When one runs the below code, taken exactly from the Hugging Face ModernBERT's README except for the addition of `device = 'cpu'`, they get the error `ValueError: Pointer argument (at...

Hi, I've noticed that Mintlify's Latex rendering can be pretty bad in that it will very often not wrap words around the page and will instead overflow causing pages to...