mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-31 12:10:12 -07:00
fix extractor for some systems
This commit is contained in:
parent
71ebf06c89
commit
28b948888c
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ class ExtractSubprocessor(Subprocessor):
|
||||||
else:
|
else:
|
||||||
no_response_time_sec = 60
|
no_response_time_sec = 60
|
||||||
|
|
||||||
super().__init__('Extractor', ExtractSubprocessor.Cli, no_response_time_sec, initialize_subprocesses_in_serial=(type != 'final'))
|
super().__init__('Extractor', ExtractSubprocessor.Cli, no_response_time_sec)
|
||||||
|
|
||||||
#override
|
#override
|
||||||
def on_check_run(self):
|
def on_check_run(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue