-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如何提高 tablemaster 的计算速度 #1408
Comments
你需要安装paddlepaddle-gpu包以实现tablemaster的加速 |
python -m pip install paddlepaddle-gpu==3.0.0b1 -i https://www.paddlepaddle.org.cn/packages/stable/cu123 |
按教程用cu118的paddlegpu |
我本地的CUDA 12.6 是否可以用 |
不影响,paddle的cuda是独立的 |
python -m pip install paddlepaddle-gpu==3.0.0b2 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/ 我用这个版本测试成功了 |
tablemaster在某些情况下会有不稳定的问题,目前推荐使用rapidtable来解析表格 |
但是tablemaster对复杂表格识别效果很好,值得优化一下 |
我分别测四了 rapid_table 、tablemaster、struct_eqtable 对于复杂的表格 目前tablemaster 效果是最好的 但是速度确实很慢 识别一个表格需要200-600秒 目前paddlepaddle 用的CPU 但是minerU 开启了CUDA 请高手指点 如何能够提高 tablemaster 的计算速度?
目前cuda的版本是12.2 但是paddlepaddle -gpu的版本目前最高支持CUDA11.8 所以暂时还没有降低CUDA的版本,主要考虑tablemaster 应该不依赖paddlepaddle -gpu 这个存疑。
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
还没有解决tablemaster 的速度问题
Describe the solution you'd like
A clear and concise description of what you want to happen.
有效的提高tablemaster 的计算效率 如何利用GPU加速
Describe alternatives you've considered
通过配置强制tablemaster 使用GPU
Additional context
提供更多细节
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: