Predict Table Throwing runtime error #14605
Replies: 4 comments
-
You can try installing paddle 3.0 rc https://www.paddlepaddle.org.cn/install/quick |
Beta Was this translation helpful? Give feedback.
-
Thanks upgrading paddle 3.0rc solved the issue. But then i get wierd output for en model in
if as per #12783 (comment) if i use en_dict.txt i get
|
Beta Was this translation helpful? Give feedback.
-
The runtime error you encountered during table structure prediction in PaddleOCR indicates an issue with tensor dimensions or GPU configuration. Below is a detailed analysis and potential solutions: Error Analysis
Potential Solutions1. Verify Model Compatibility
2. Check Model Paths and Files
3. Verify GPU Compatibility
4. Image Preprocessing
5. Update PaddleOCR and PaddlePaddle
6. Test with CPU
7. Debug Tensor Dimensions
8. Related Issue Insights
Final Checklist
If the issue persists after trying these steps, additional debugging or sharing input/output tensor details may be necessary. Response generated by feifei-bot | chatgpt-4o-latest |
Beta Was this translation helpful? Give feedback.
-
@mridulbirla did you solve ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🔎 Search before asking
🐛 Bug (问题描述)
Unable to predict_table with en models
🏃♂️ Environment (运行环境)
🌰 Minimal Reproducible Example (最小可复现问题的Demo)
Beta Was this translation helpful? Give feedback.
All reactions