From a14bb4ae86f2a93443e5af7a3019795496b8528a Mon Sep 17 00:00:00 2001 From: leno3003 Date: Tue, 29 Mar 2022 13:10:53 +0200 Subject: [PATCH] check if pkl exist to apply modifications --- core/interact/interact_dict.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/core/interact/interact_dict.py b/core/interact/interact_dict.py index 4635155..8132ee8 100644 --- a/core/interact/interact_dict.py +++ b/core/interact/interact_dict.py @@ -4,9 +4,9 @@ dictionary = { ' : ' : '0', '[png] Output image format ( png/jpg ?:help ) : ' : 'png', 'Override' : '0', +'[n] Enable gradient clipping ( y/n ?:help ) : ' : 'False', +'[n] Enable pretraining mode ( y/n ?:help ) : ' : 'False', ' 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', @@ -16,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 : ' : '110000', +'[83000] Target iteration : ' : '\n', '[n] Flip SRC faces randomly ( y/n ?:help ) : ' : 'False', '[n] Flip DST faces randomly ( y/n ?:help ) : ' : 'False', '[4] Batch_size ( ?:help ) : ' : '4', @@ -32,8 +32,6 @@ dictionary = { '[0.0] Face style power ( 0.0..100.0 ?:help ) : ' : '0.0', '[0.0] Background style power ( 0.0..100.0 ?:help ) : ' : '0.0', '[lct] Color transfer for src faceset ( none/rct/lct/mkl/idt/sot ?:help ) : ' : 'lct', -'[n] Enable gradient clipping ( y/n ?:help ) : ' : 'False', -'[n] Enable pretraining mode ( y/n ?:help ) : ' : 'False', '[n] Use interactive merger? ( y/n ) : ' : 'False', '[1] 2 : ' : '1', '[1] 3 : ' : '4',