mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-14 02:37:00 -07:00
automatized arguments with pickle
This commit is contained in:
parent
d132667138
commit
b3134a99d0
2 changed files with 7 additions and 2 deletions
|
@ -5,6 +5,8 @@ dictionary = {
|
|||
'[png] Output image format ( png/jpg ?:help ) : ' : 'png',
|
||||
'Override' : '0',
|
||||
' Press enter in 2 seconds to override model settings. ' : '\n',
|
||||
'Enable pretraining mode' : 'n',
|
||||
'Enable gradient clipping' : 'n',
|
||||
'[0] Which GPU indexes to choose? : ' : '0',
|
||||
'[wf] Face type ( f/wf/head ?:help ) : ' : 'wf',
|
||||
'[0] Max number of faces from image ( ?:help ) : ' : '0',
|
||||
|
@ -14,7 +16,7 @@ dictionary = {
|
|||
'[y] Continue extraction? ( y/n ?:help ) : ' : 'True',
|
||||
'[2] Autobackup every N hour ( 0..24 ?:help ) : ' : '2',
|
||||
'[n] Write preview history ( y/n ?:help ) : ' : 'False',
|
||||
'[83000] Target iteration : ' : '100000',
|
||||
'[83000] Target iteration : ' : '110000',
|
||||
'[n] Flip SRC faces randomly ( y/n ?:help ) : ' : 'False',
|
||||
'[n] Flip DST faces randomly ( y/n ?:help ) : ' : 'False',
|
||||
'[4] Batch_size ( ?:help ) : ' : '4',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue