From 774932a5b06b1efe1688fc7210cac9796d6fec80 Mon Sep 17 00:00:00 2001 From: leno3003 Date: Wed, 30 Mar 2022 14:44:24 +0200 Subject: [PATCH] added sumbmodules --- core/interact/no_interact_dict.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/core/interact/no_interact_dict.py b/core/interact/no_interact_dict.py index bc0b6ee..e0d0817 100644 --- a/core/interact/no_interact_dict.py +++ b/core/interact/no_interact_dict.py @@ -1,12 +1,11 @@ import pickle dictionary = { -' : ' : '0', -' Output image format ( png/jpg ?:help ) : ' : 'png', +'Output image format' : 'png', 'Override' : '0', -'[n] Enable gradient clipping ( y/n ?:help ) : ' : 'False', +'Enable gradient clipping' : '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', '[0] Which GPU indexes to choose? : ' : '0', '[wf] Face type ( f/wf/head ?:help ) : ' : 'wf',