mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 13:09:56 -07:00
Change behaviour
This commit is contained in:
parent
f1ddbb05de
commit
6959f69084
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ class ModelBase(object):
|
||||||
if Path(self.get_strpath_configuration_path()).exists():
|
if Path(self.get_strpath_configuration_path()).exists():
|
||||||
self.read_from_conf = io.input_bool(
|
self.read_from_conf = io.input_bool(
|
||||||
f'Do you want to read training options from {self.config_file_path.stem} file?',
|
f'Do you want to read training options from {self.config_file_path.stem} file?',
|
||||||
False,
|
True,
|
||||||
'Read options from configuration file instead of asking one by one each option'
|
'Read options from configuration file instead of asking one by one each option'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue