automatized arguments with pickle

This commit is contained in:
leno3003 2022-03-29 12:26:54 +02:00
commit b3134a99d0
2 changed files with 7 additions and 2 deletions

View file

@ -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',