|
楼主 |
发表于 2021-12-4 23:29:39
|
显示全部楼层
虛擬內存已調大了,還是不行!
是否是內存硬體本身的問題?
Process Process-22:
Process Process-32:
Traceback (most recent call last):
File "A:\deep\DeepFaceLab_NVIDIA_RTX3000_series\_internal\DeepFaceLab\samplelib\SampleGeneratorFace.py", line 134, in batch_func
x, = SampleProcessor.process ([sample], self.sample_process_options, self.output_sample_types, self.debug, ct_sample=ct_sample)
File "A:\deep\DeepFaceLab_NVIDIA_RTX3000_series\_internal\DeepFaceLab\samplelib\SampleProcessor.py", line 193, in process
img = imagelib.color_transfer (ct_mode, img, cv2.resize( ct_sample_bgr, (resolution,resolution), interpolation=cv2.INTER_LINEAR ) )
File "A:\deep\DeepFaceLab_NVIDIA_RTX3000_series\_internal\DeepFaceLab\core\imagelib\color_transfer.py", line 354, in color_transfer
out = linear_color_transfer (img_src, img_trg)
File "A:\deep\DeepFaceLab_NVIDIA_RTX3000_series\_internal\DeepFaceLab\core\imagelib\color_transfer.py", line 244, in linear_color_transfer
ts = Qs.dot(np.linalg.inv(Qt)).dot(t)
MemoryError: Unable to allocate 1.50 MiB for an array with shape (3, 65536) and data type float64
During handling of the above exception, another exception occurred: |
|