SleepEarlyLiveLong
SleepEarlyLiveLong
hello, thank you for your awesome work. I have toubles of using multi-gpus when training: I added "model = nn.DataParallel(model)" before main.py line187: "all_param = []", but it doesn't work...
I want to finetune a model based on "naver-clova-ix/donut-base" with a downstream task that is different from those three tasks mentioned in the paper (Document Classification, Document Information Extraction, and...
I finetune and test on the Ticket dataset and the result is ted_accuracy=0.9454, F1_accuracy=0.8686, which is lower than ted_accuracy=98.8/F1_accuracy=97.0 as reported in the paper. Could you please give some directions?...
Hi, I cannot submit inference results of ref-youtube-vos to the server: https://competitions.codalab.org/competitions/29139#participate-submit_results Is this server out of service? And does this mean that the result of this dataset cannot be...
Hi, thank you for your wonderful work! I am trying to pretrain ReferFormer using your main_pretrain.py on the dataset of refcoco/+/g, but the result doesn't seem to converge (the values...
I encountered the following problem when finetuning the model with the guidance of README.md. ## Here is the detailed error: (alpaca) root@iZwz95ccn6prjs8ioz8bbdZ:/data/stanford_alpaca# sh order.sh WARNING:torch.distributed.run: ***************************************** Setting OMP_NUM_THREADS environment variable...
### 🔎 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 using the ParseQ model for inference, if a blank image is input, the output content is out of thin air.  To solve this problem, I generated 10,000 blank...
Hi, thank you for your outstanding work! I encountered an error while trying to reproduce your work based on the PaddleOCR framework. It seems to be a bug in the...