DeepFaceLab icon indicating copy to clipboard operation
DeepFaceLab copied to clipboard

September and October versions do not work

Open crueldarkness opened this issue 3 years ago • 2 comments

My System cpu : i9-10900 gpu : rtx3070 8GB ram : 64GB OS : Windows 10 Pro

It worked fine until the August version. (DeepFaceLab_NVIDIA_RTX3000_series_build_8_12_2021)

But September and October versions do not work.

When I executed 'train SAEHD' on 'NVIDIA_RTX3000_series_build_10_20_2021', the following error message appears

How can i solve this problem?

ImportError: numpy.core.multiarray failed to import Traceback (most recent call last): File "", line 1, in File "multiprocessing\spawn.py", line 105, in spawn_main File "multiprocessing\spawn.py", line 115, in _main File "D:\DeepFaceLab\DeepFaceLab_NVIDIA_RTX3000_series_internal\DeepFaceLab\core\joblib__init_py", line 1, in from .SubprocessorBase import Subprocessor File "D:\DeepFaceLab\DeepFaceLab_NVIDIA_RTX3000_series_internal\DeepFaceLab\core\joblib\SubprocessorBase.py", line 5, in from core.interact import interact as io File "D:\DeepFaceLab\DeepFaceLab_NVIDIA_RTX3000_series_internal\DeepFaceLab\core\interact__init_py", line 1, in from .interact import interact File "D:\DeepFaceLab\DeepFaceLab_NVIDIA_RTX3000_series_internal\DeepFaceLab\core\interact\interact.py", line 9, in import cv2 File "D:\DeepFaceLab\DeepFaceLab_NVIDIA_RTX3000_series_internal\python-3.6.8\1ib\site-packages\cv2__init_py", line 3, in from .cv2 import * ImportError: numpy.core.multiarray failed to import

The options I used are as follows: resolution: 192
face_type: wf
models_opt_on_gpu: True
archi: liae-ud
ae_dims: 256
e_dims: 64
d_dims: 64
d_mask_dims: 22
masked_training: True
eyes_mouth_prio: False
uniform_yaw: False
adabelief: True
lr_dropout: n
random_warp: True
true_face_power: 0.0
face_style_power: 0.0
bg_style_power: 0.0
ct_mode: none
clipgrad: False
pretrain: False
autobackup_hour: 0
write_preview_history: False
target_iter: 0
random_src_flip: False
random_dst_flip: True
batch_size: 16
gan_power: 0.0
gan_patch_size: 40
gan_dims: 16

crueldarkness avatar Nov 17 '21 08:11 crueldarkness

Same problem for me!

havetc avatar Jan 07 '22 19:01 havetc

A little late but make sure to run "1) clear workspace.bat" so the program uses the correct python version and its packages (the ones on _internal) and/or uninstall python from your system to avoid conflicts. :)

Nerogante avatar Apr 28 '22 08:04 Nerogante

Issue solved / already answered (or it seems like user error), please close it.

joolstorrentecalo avatar Jun 08 '23 22:06 joolstorrentecalo