mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 13:09:56 -07:00
added sumbmodules
This commit is contained in:
parent
c3aad6a59b
commit
774932a5b0
1 changed files with 3 additions and 4 deletions
|
@ -1,12 +1,11 @@
|
||||||
import pickle
|
import pickle
|
||||||
|
|
||||||
dictionary = {
|
dictionary = {
|
||||||
' : ' : '0',
|
'Output image format' : 'png',
|
||||||
' Output image format ( png/jpg ?:help ) : ' : 'png',
|
|
||||||
'Override' : '0',
|
'Override' : '0',
|
||||||
'[n] Enable gradient clipping ( y/n ?:help ) : ' : 'False',
|
'Enable gradient clipping' : 'False',
|
||||||
' Use saved session? ' : 'False',
|
' Use saved session? ' : 'False',
|
||||||
'[n] Enable pretraining mode ( y/n ?:help ) : ' : 'False',
|
'Enable pretraining mode' : 'False',
|
||||||
' Press enter in 2 seconds to override model settings. ' : '\n',
|
' Press enter in 2 seconds to override model settings. ' : '\n',
|
||||||
'[0] Which GPU indexes to choose? : ' : '0',
|
'[0] Which GPU indexes to choose? : ' : '0',
|
||||||
'[wf] Face type ( f/wf/head ?:help ) : ' : 'wf',
|
'[wf] Face type ( f/wf/head ?:help ) : ' : 'wf',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue