mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 04:52:13 -07:00
fix
This commit is contained in:
parent
77d9f3c856
commit
808f74e9c8
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -85,7 +85,7 @@ if __name__ == "__main__":
|
|||
'model_name' : arguments.model_name,
|
||||
'no_preview' : arguments.no_preview,
|
||||
'debug' : arguments.debug,
|
||||
'execute_programs' : [ [int(x[0]), x[1] ] for x in arguments.execute_program] if arguments.execute_program is not None else None
|
||||
'execute_programs' : [ [int(x[0]), x[1] ] for x in arguments.execute_program] if arguments.execute_program is not None else []]
|
||||
}
|
||||
device_args = {'cpu_only' : arguments.cpu_only,
|
||||
'force_gpu_idx' : arguments.force_gpu_idx,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue