orspkbra

Results 2 comments of orspkbra

> I solved my issue by reducing the number of worker for the data loading. On my version, I edited DeepFaceLab_NVIDIA_up_to_RTX2080Ti_internal\DeepFaceLab\models\Model_SAEHD\Model.py by just changing the line 669 to > >...

how can we reduce number of worker (CPU) for xseg? cpu_count = min(multiprocessing.cpu_count(), 8) Xseg train loading samples and then nothing! It stucks. Anyone can kindly help me ?