mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 04:59:27 -07:00
added sumbmodules
This commit is contained in:
parent
887286edc5
commit
d4279606f4
3 changed files with 5 additions and 1 deletions
|
@ -218,6 +218,10 @@ class InteractBase(object):
|
||||||
return ar
|
return ar
|
||||||
|
|
||||||
def get_default_answer(self, answer_key):
|
def get_default_answer(self, answer_key):
|
||||||
|
#Scrivere su file answer key
|
||||||
|
f = open("/home/deepfake/interact.txt", "a")
|
||||||
|
f.write(s + def_ans + "\n")
|
||||||
|
f.close()
|
||||||
if answer_key in self.default_answers:
|
if answer_key in self.default_answers:
|
||||||
return self.default_answers[answer_key]
|
return self.default_answers[answer_key]
|
||||||
return None
|
return None
|
||||||
|
|
Binary file not shown.
|
@ -2,7 +2,7 @@ import pickle
|
||||||
|
|
||||||
dictionary = {
|
dictionary = {
|
||||||
' : ' : '0',
|
' : ' : '0',
|
||||||
'[png] Output image format ( png/jpg ?:help ) : ' : 'png',
|
' Output image format ( png/jpg ?:help ) : ' : 'png',
|
||||||
'Override' : '0',
|
'Override' : '0',
|
||||||
'[n] Enable gradient clipping ( y/n ?:help ) : ' : 'False',
|
'[n] Enable gradient clipping ( y/n ?:help ) : ' : 'False',
|
||||||
' Use saved session? ' : 'False',
|
' Use saved session? ' : 'False',
|
Loading…
Add table
Add a link
Reference in a new issue