|
星级打分
平均分:NAN 参与人数:0 我的评分:未评
本帖最后由 国际狄拉克 于 2023-8-4 20:00 编辑
- OpenBLAS blas_thread_init: pthread_create failed for thread 21 of 22: Resource temporarily unavailable
- OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
- Traceback (most recent call last):
- File "<string>", line 1, in <module>
- File "/root/miniconda3/envs/deepfacelab/lib/python3.7/multiprocessing/spawn.py", line 105, in spawn_main
- exitcode = _main(fd)
- File "/root/miniconda3/envs/deepfacelab/lib/python3.7/multiprocessing/spawn.py", line 115, in _main
- self = reduction.pickle.load(from_parent)
- File "/root/autodl-tmp/DeepFaceLab_Linux/DeepFaceLab/samplelib/__init__.py", line 1, in <module>
- from .Sample import Sample
- File "/root/autodl-tmp/DeepFaceLab_Linux/DeepFaceLab/samplelib/Sample.py", line 7, in <module>
- from core.cv2ex import *
- File "/root/autodl-tmp/DeepFaceLab_Linux/DeepFaceLab/core/cv2ex.py", line 5, in <module>
- from core import imagelib
- File "/root/autodl-tmp/DeepFaceLab_Linux/DeepFaceLab/core/imagelib/__init__.py", line 9, in <module>
- from .morph import morph_by_points
- File "/root/autodl-tmp/DeepFaceLab_Linux/DeepFaceLab/core/imagelib/morph.py", line 3, in <module>
- from scipy.spatial import Delaunay
- File "/root/miniconda3/envs/deepfacelab/lib/python3.7/site-packages/scipy/spatial/__init__.py", line 99, in <module>
- from .qhull import *
- File "<frozen importlib._bootstrap>", line 416, in parent
- KeyboardInterrupt
- OpenBLAS blas_thread_init: pthread_create failed for thread 2 of 22: Resource temporarily unavailable
- OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
- OpenBLAS blas_thread_init: pthread_create failed for thread 3 of 22: Resource temporarily unavailable
- OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
- OpenBLAS blas_thread_init: pthread_create failed for thread 4 of 22: Resource temporarily unavailable
- OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
- OpenBLAS blas_thread_init: pthread_create failed for thread 5 of 22: Resource temporarily unavailable
- OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
- OpenBLAS blas_thread_init: pthread_create failed for thread 6 of 22: Resource temporarily unavailable
- OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
- OpenBLAS blas_thread_init: pthread_create failed for thread 7 of 22: Resource temporarily unavailable
- OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
- OpenBLAS blas_thread_init: pthread_create failed for thread 8 of 22: Resource temporarily unavailable
- OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
- OpenBLAS blas_thread_init: pthread_create failed for thread 9 of 22: Resource temporarily unavailable
- OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
- OpenBLAS blas_thread_init: pthread_create failed for thread 10 of 22: Resource temporarily unavailable
- OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
- OpenBLAS blas_thread_init: pthread_create failed for thread 11 of 22: Resource temporarily unavailable
- OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
- OpenBLAS blas_thread_init: pthread_create failed for thread 12 of 22: Resource temporarily unavailable
- OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
- OpenBLAS blas_thread_init: pthread_create failed for thread 13 of 22: Resource temporarily unavailable
- OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
- OpenBLAS blas_thread_init: pthread_create failed for thread 14 of 22: Resource temporarily unavailable
- OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
- OpenBLAS blas_thread_init: pthread_create failed for thread 15 of 22: Resource temporarily unavailable
- OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
- OpenBLAS blas_thread_init: pthread_create failed for thread 16 of 22: Resource temporarily unavailable
- OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
- OpenBLAS blas_thread_init: pthread_create failed for thread 17 of 22: Resource temporarily unavailable
- OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
- OpenBLAS blas_thread_init: pthread_create failed for thread 18 of 22: Resource temporarily unavailable
- OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
- OpenBLAS blas_thread_init: pthread_create failed for thread 19 of 22: Resource temporarily unavailable
- OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
- OpenBLAS blas_thread_init: pthread_create failed for thread 20 of 22: Resource temporarily unavailable
- OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
- OpenBLAS blas_thread_init: pthread_create failed for thread 21 of 22: Resource temporarily unavailable
- OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
- ImportError: numpy.core.multiarray failed to import
- Traceback (most recent call last):
- File "<string>", line 1, in <module>
- File "/root/miniconda3/envs/deepfacelab/lib/python3.7/multiprocessing/spawn.py", line 105, in spawn_main
- exitcode = _main(fd)
- File "/root/miniconda3/envs/deepfacelab/lib/python3.7/multiprocessing/spawn.py", line 115, in _main
- self = reduction.pickle.load(from_parent)
- File "/root/autodl-tmp/DeepFaceLab_Linux/DeepFaceLab/core/joblib/__init__.py", line 1, in <module>
- from .SubprocessorBase import Subprocessor
- File "/root/autodl-tmp/DeepFaceLab_Linux/DeepFaceLab/core/joblib/SubprocessorBase.py", line 5, in <module>
- from core.interact import interact as io
- File "/root/autodl-tmp/DeepFaceLab_Linux/DeepFaceLab/core/interact/__init__.py", line 1, in <module>
- from .interact import interact
- File "/root/autodl-tmp/DeepFaceLab_Linux/DeepFaceLab/core/interact/interact.py", line 9, in <module>
- import cv2
- File "/root/miniconda3/envs/deepfacelab/lib/python3.7/site-packages/cv2/__init__.py", line 3, in <module>
- from .cv2 import *
- ImportError: numpy.core.multiarray failed to import
- ERROR; return code from pthread_create() is 11
- Error detail: Resource temporarily unavailable
- ERROR; return code from pthread_create() is 11
- Error detail: Resource temporarily unavailable
- ERROR; return code from pthread_create() is 11
- Error detail: Resource temporarily unavailable
- Process Process-129:
- Traceback (most recent call last):
- File "/root/miniconda3/envs/deepfacelab/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
- self.run()
- File "/root/miniconda3/envs/deepfacelab/lib/python3.7/multiprocessing/process.py", line 99, in run
- self._target(*self._args, **self._kwargs)
- File "/root/autodl-tmp/DeepFaceLab_Linux/DeepFaceLab/core/joblib/SubprocessGenerator.py", line 58, in process_func
- self.cs_queue.put (gen_data)
- File "/root/miniconda3/envs/deepfacelab/lib/python3.7/multiprocessing/queues.py", line 87, in put
- self._start_thread()
- File "/root/miniconda3/envs/deepfacelab/lib/python3.7/multiprocessing/queues.py", line 170, in _start_thread
- self._thread.start()
- File "/root/miniconda3/envs/deepfacelab/lib/python3.7/threading.py", line 852, in start
- _start_new_thread(self._bootstrap, ())
- RuntimeError: can't start new thread
复制代码
运行 `bash 6_train_SAEHD.sh` 命令后就开始说没办法创建线程了 |
|