-
### 🔎 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…
-
### Question
### **ValueError: MPTForCausalLM only supports tied word embeddings**
here is the terminal error...
```
(env) root@4acd6379ec91:/workspace/reverse_prompting/LLaVA# torchrun --nn…
-
I installed everything in `requirements.txt` according to your instructions and ran the demo command:
`python pixray.py --prompt=sunrise`
and got this error:
```
...
Restored from models/v…
-
I ran the demo.py with few modifications , as it was showing some errors,
the demo.py:
```
import transformers
from transformers import AutoTokenizer, AutoModelForCausalLM
import random
imp…
-
### Describe the bug
Just doesn't load pt files anymore. Really frustrating as it's been broken for a long time now. I keep posting about it, so now I'll just open a issue / bug instead of messaging …
-
The inception model I reproduced couldn't do what you did. We usually have 229✖229 as input for that model, here it is 224✖224. does this have any effect please? Looking forward to your reply.
-
1. I encountered torch.cuda.OutOfMemoryError: CUDA out of memory error, but I used 8 3090 graphics cards and did not encounter it when evaluating the lvis dataset, I tried to reduce the batch_size to …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What happened?
When I run the batch file I get to about here on the comm…
-
This is the config file:
# >>>>>>>>>>>>>>>>>>>>> Start of Changed >>>>>>>>>>>>>>>>>>>>>>>>>
_base_ = [
'../_base_/models/mae_vit-base-p16.py',
# '../_base_/datasets/cifar.py',
'../_…
-
I want to transform the table detection model from detr to onnx. Some models available in HF are either "nielsr/detr-table-detection" or "microsoft/table-transformer-detection".
I try both and with…