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
da42a11521
commit
675c10a758
1 changed files with 2 additions and 2 deletions
|
@ -92,8 +92,8 @@ def trainerThread (s2c, c2s, e,
|
||||||
if parameters['NoInteractiveMode']:
|
if parameters['NoInteractiveMode']:
|
||||||
model_save()
|
model_save()
|
||||||
os._exit(1)
|
os._exit(1)
|
||||||
else:
|
else:
|
||||||
io.log_info('Starting. Target iteration: %d. Press "Enter" to stop training and save model.' % ( model.get_target_iter() ) )
|
io.log_info('Starting. Target iteration: %d. Press "Enter" to stop training and save model.' % ( model.get_target_iter() ) )
|
||||||
else:
|
else:
|
||||||
io.log_info('Starting. Press "Enter" to stop training and save model.')
|
io.log_info('Starting. Press "Enter" to stop training and save model.')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue