PaddleSeg icon indicating copy to clipboard operation
PaddleSeg copied to clipboard

ModuleNotFoundError: No module named 'paddle.profiler'

Open FengfengLiang1112222 opened this issue 1 year ago • 1 comments

问题确认 Search before asking

  • [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.

请提出你的问题 Please ask your question

Traceback (most recent call last): File "PaddleSeg/train.py", line 22, in from paddleseg.cvlibs import Config, SegBuilder File "/home/aistudio/PaddleSeg/paddleseg/init.py", line 15, in from . import models, datasets, transforms, optimizers File "/home/aistudio/PaddleSeg/paddleseg/models/init.py", line 74, in from .maskformer import MaskFormer File "/home/aistudio/PaddleSeg/paddleseg/models/maskformer.py", line 27, in from paddleseg.core.train import check_logits_losses File "/home/aistudio/PaddleSeg/paddleseg/core/init.py", line 15, in from .train import train File "/home/aistudio/PaddleSeg/paddleseg/core/train.py", line 24, in from paddleseg.utils import (TimeAverager, calculate_eta, resume, logger, File "/home/aistudio/PaddleSeg/paddleseg/utils/train_profiler.py", line 16, in import paddle.profiler as profiler ModuleNotFoundError: No module named 'paddle.profiler'

FengfengLiang1112222 avatar Jun 05 '24 01:06 FengfengLiang1112222

paddle安装成功了吗?

michaelowenliu avatar Jun 19 '24 06:06 michaelowenliu

Thanks for this issue. As it has been inactive for a long time, we would close it. If you has any questions, please feel free to reopen or new issue, and we will follow up and resolve it.

TingquanGao avatar Nov 13 '24 07:11 TingquanGao