mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-14 02:37:00 -07:00
frames evaluation removed
This commit is contained in:
parent
560dbdf394
commit
77dd434409
4 changed files with 8 additions and 8 deletions
|
@ -84,7 +84,7 @@ def trainerThread (s2c, c2s, e,
|
|||
if model.get_target_iter() != 0:
|
||||
if is_reached_goal:
|
||||
io.log_info('Model already trained to target iteration. You can use preview.')
|
||||
if io.get_default_answer('NoInteractiveMode') is not None:
|
||||
if io.get_default_answer('NonInteractiveMode') is not None:
|
||||
model_save()
|
||||
os._exit(0)
|
||||
else:
|
||||
|
@ -166,7 +166,7 @@ def trainerThread (s2c, c2s, e,
|
|||
model_save()
|
||||
is_reached_goal = True
|
||||
io.log_info ('You can use preview now.')
|
||||
if io.get_default_answer('NoInteractiveMode') is not None:
|
||||
if io.get_default_answer('NonInteractiveMode') is not None:
|
||||
model_save()
|
||||
os._exit(0)
|
||||
need_save = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue