mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-30 11:40:36 -07:00
fix
This commit is contained in:
parent
d11637ec55
commit
b52793218e
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class ConvertSubprocessor(SubprocessorBase):
|
|||
|
||||
#override
|
||||
def process_info_generator(self):
|
||||
r = [0] if self.debug else range( max(multiprocessing.cpu_count(), 6) )
|
||||
r = [0] if self.debug else range( min(multiprocessing.cpu_count(), 6) )
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue