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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: