Skip to content
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

ModuleNotFoundError: No module named 'paddle.fluid' #1749

Open
Kenneth-X opened this issue Feb 21, 2024 · 1 comment
Open

ModuleNotFoundError: No module named 'paddle.fluid' #1749

Kenneth-X opened this issue Feb 21, 2024 · 1 comment
Assignees

Comments

@Kenneth-X
Copy link

Kenneth-X commented Feb 21, 2024

paddle.fluid has been deleted ,so which paddlex version is correct ???

Traceback (most recent call last):
File "/home/xietao/software/miniconda3/bin/paddlex", line 5, in
from paddlex.command import main
File "/home/xietao/software/miniconda3/lib/python3.9/site-packages/paddlex/init.py", line 20, in
from . import cv
File "/home/xietao/software/miniconda3/lib/python3.9/site-packages/paddlex/cv/init.py", line 15, in
from . import models
File "/home/xietao/software/miniconda3/lib/python3.9/site-packages/paddlex/cv/models/init.py", line 15, in
from .segmenter import *
File "/home/xietao/software/miniconda3/lib/python3.9/site-packages/paddlex/cv/models/segmenter.py", line 25, in
from paddlex.cv.transforms import arrange_transforms
File "/home/xietao/software/miniconda3/lib/python3.9/site-packages/paddlex/cv/transforms/init.py", line 16, in
from .batch_operators import BatchRandomResize, BatchRandomResizeByShort, _BatchPadding
File "/home/xietao/software/miniconda3/lib/python3.9/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'

@Sunting78
Copy link

欢迎尝试使用PaddleX 2.2 进行训练,https://aistudio.baidu.com/intro/paddlex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants