mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-05 20:42:11 -07:00
fix
This commit is contained in:
parent
0fb912e91f
commit
383d4d3736
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ def trainerThread (s2c, c2s, e,
|
|||
force_model_name=None,
|
||||
force_gpu_idxs=None,
|
||||
cpu_only=None,
|
||||
silent_start=False,
|
||||
execute_programs = None,
|
||||
debug=False,
|
||||
**kwargs):
|
||||
|
@ -52,6 +53,7 @@ def trainerThread (s2c, c2s, e,
|
|||
force_model_name=force_model_name,
|
||||
force_gpu_idxs=force_gpu_idxs,
|
||||
cpu_only=cpu_only,
|
||||
silent_start=silent_start,
|
||||
debug=debug,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue