mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 13:32:09 -07:00
1
This commit is contained in:
parent
770c70d778
commit
1f350ae413
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class ModelBase(object):
|
||||||
yn_str = {True:'y',False:'n'}
|
yn_str = {True:'y',False:'n'}
|
||||||
|
|
||||||
if self.iter == 0:
|
if self.iter == 0:
|
||||||
io.log_info ("\nModel first run. Enter model options as default for each run.")
|
io.log_info ("\nModel first run.")
|
||||||
|
|
||||||
if ask_enable_autobackup and (self.iter == 0 or ask_override):
|
if ask_enable_autobackup and (self.iter == 0 or ask_override):
|
||||||
default_autobackup = False if self.iter == 0 else self.options.get('autobackup',False)
|
default_autobackup = False if self.iter == 0 else self.options.get('autobackup',False)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue