mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 04:52:13 -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'}
|
||||
|
||||
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):
|
||||
default_autobackup = False if self.iter == 0 else self.options.get('autobackup',False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue