mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 22:34:25 -07:00
Update Extractor.py
increased no_response_time_sec, fixes issues with AMD GPUs
This commit is contained in:
parent
6b14741160
commit
5edce3798b
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ class ExtractSubprocessor(Subprocessor):
|
|||
|
||||
self.devices = ExtractSubprocessor.get_devices_for_config(self.manual, self.type, multi_gpu, cpu_only)
|
||||
|
||||
no_response_time_sec = 60 if not self.manual and not DEBUG else 999999
|
||||
no_response_time_sec = 600 if not self.manual and not DEBUG else 999999
|
||||
|
||||
super().__init__('Extractor', ExtractSubprocessor.Cli, no_response_time_sec, initialize_subprocesses_in_serial=(type != 'final'))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue