You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cuda是11.8
Traceback (most recent call last):
File "/home/mdisk1/tanjunwen/gitprj/Qwen2.5/测试/测试识别表格.py", line 46, in
from paddlex import create_pipeline
File "/home/mdisk1/tanjunwen/anaconda3/envs/llm/lib/python3.8/site-packages/paddlex/init.py", line 20, in
from . import cv
File "/home/mdisk1/tanjunwen/anaconda3/envs/llm/lib/python3.8/site-packages/paddlex/cv/init.py", line 15, in
from . import models
File "/home/mdisk1/tanjunwen/anaconda3/envs/llm/lib/python3.8/site-packages/paddlex/cv/models/init.py", line 15, in
from .segmenter import *
File "/home/mdisk1/tanjunwen/anaconda3/envs/llm/lib/python3.8/site-packages/paddlex/cv/models/segmenter.py", line 25, in
from paddlex.cv.transforms import arrange_transforms
File "/home/mdisk1/tanjunwen/anaconda3/envs/llm/lib/python3.8/site-packages/paddlex/cv/transforms/init.py", line 16, in
from .batch_operators import BatchRandomResize, BatchRandomResizeByShort, _BatchPadding
File "/home/mdisk1/tanjunwen/anaconda3/envs/llm/lib/python3.8/site-packages/paddlex/cv/transforms/batch_operators.py", line 22, in
from paddle.fluid.dataloader.collate import default_collate_fn
ModuleNotFoundError: No module named 'paddle.fluid'
The text was updated successfully, but these errors were encountered:
paddlex 2.10要和0.23的scikit-learn兼容,这个版本也太旧了,和其他的库不兼容,这个问题怎么解决
2025-04-07 13:07:33 "cuicheng01" ***@***.***> 写道:
paddlex 2.10建议使用2.4以下、2.1以上的paddle哈
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
cuicheng01 left a comment (PaddlePaddle/PaddleX#3776)
paddlex 2.10建议使用2.4以下、2.1以上的paddle哈
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
cuda是11.8
Traceback (most recent call last):
File "/home/mdisk1/tanjunwen/gitprj/Qwen2.5/测试/测试识别表格.py", line 46, in
from paddlex import create_pipeline
File "/home/mdisk1/tanjunwen/anaconda3/envs/llm/lib/python3.8/site-packages/paddlex/init.py", line 20, in
from . import cv
File "/home/mdisk1/tanjunwen/anaconda3/envs/llm/lib/python3.8/site-packages/paddlex/cv/init.py", line 15, in
from . import models
File "/home/mdisk1/tanjunwen/anaconda3/envs/llm/lib/python3.8/site-packages/paddlex/cv/models/init.py", line 15, in
from .segmenter import *
File "/home/mdisk1/tanjunwen/anaconda3/envs/llm/lib/python3.8/site-packages/paddlex/cv/models/segmenter.py", line 25, in
from paddlex.cv.transforms import arrange_transforms
File "/home/mdisk1/tanjunwen/anaconda3/envs/llm/lib/python3.8/site-packages/paddlex/cv/transforms/init.py", line 16, in
from .batch_operators import BatchRandomResize, BatchRandomResizeByShort, _BatchPadding
File "/home/mdisk1/tanjunwen/anaconda3/envs/llm/lib/python3.8/site-packages/paddlex/cv/transforms/batch_operators.py", line 22, in
from paddle.fluid.dataloader.collate import default_collate_fn
ModuleNotFoundError: No module named 'paddle.fluid'
The text was updated successfully, but these errors were encountered: