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

环境问题 ,希望更新一下readme, 很多环境都跑不通 #725

Open
Luhuanz opened this issue Jan 11, 2025 · 0 comments
Open

环境问题 ,希望更新一下readme, 很多环境都跑不通 #725

Luhuanz opened this issue Jan 11, 2025 · 0 comments
Assignees

Comments

@Luhuanz
Copy link

Luhuanz commented Jan 11, 2025

INFO 2025-01-11 21:53:21,001 launch_utils.py:530] details abouts PADDLE_TRAINER_ENDPOINTS can be found in log_pptsm/endpoints.log, and detail running logs maybe found in log_pptsm/workerlog.0
launch proc_id:119248 idx:0
launch proc_id:119253 idx:1
WARNING: OMP_NUM_THREADS set to 24, not 1. The computation speed will not be optimized if you use data parallel. It will fail if this PaddlePaddle binary is compiled with OpenBlas since OpenBlas does not support multi-threads.
PLEASE USE OMP_NUM_THREADS WISELY.
/root/miniconda3/lib/python3.8/site-packages/paddle/vision/transforms/functional_pil.py:36: DeprecationWarning: NEAREST is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.NEAREST or Dither.NONE instead.
'nearest': Image.NEAREST,
/root/miniconda3/lib/python3.8/site-packages/paddle/vision/transforms/functional_pil.py:37: DeprecationWarning: BILINEAR is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.BILINEAR instead.
'bilinear': Image.BILINEAR,
/root/miniconda3/lib/python3.8/site-packages/paddle/vision/transforms/functional_pil.py:38: DeprecationWarning: BICUBIC is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.BICUBIC instead.
'bicubic': Image.BICUBIC,
/root/miniconda3/lib/python3.8/site-packages/paddle/vision/transforms/functional_pil.py:39: DeprecationWarning: BOX is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.BOX instead.
'box': Image.BOX,
/root/miniconda3/lib/python3.8/site-packages/paddle/vision/transforms/functional_pil.py:40: DeprecationWarning: LANCZOS is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.LANCZOS instead.
'lanczos': Image.LANCZOS,
/root/miniconda3/lib/python3.8/site-packages/paddle/vision/transforms/functional_pil.py:41: DeprecationWarning: HAMMING is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.HAMMING instead.
'hamming': Image.HAMMING
Traceback (most recent call last):
File "main.py", line 20, in
from paddlevideo.tasks import (test_model, train_dali, train_model,
File "/root/autodl-tmp/PaddleVideo/paddlevideo/tasks/init.py", line 15, in
from .train import train_model
File "/root/autodl-tmp/PaddleVideo/paddlevideo/tasks/train.py", line 28, in
from paddlevideo.utils import (
File "/root/autodl-tmp/PaddleVideo/paddlevideo/utils/init.py", line 23, in
from .profiler import add_profiler_step
File "/root/autodl-tmp/PaddleVideo/paddlevideo/utils/profiler.py", line 16, in
import paddle.profiler as profiler
ModuleNotFoundError: No module named 'paddle.profiler'
INFO 2025-01-11 21:53:28,052 launch_utils.py:341] terminate all the procs
ERROR 2025-01-11 21:53:28,053 launch_utils.py:602] ABORT!!! Out of all 2 trainers, the trainer process with rank=[0, 1] was aborted. Please check its log.
INFO 2025-01-11 21:53:32,057 launch_utils.py:341] terminate all the procs
INFO 2025-01-11 21:53:32,058 launch.py:311] Local processes completed.

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

2 participants