mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 21:42:08 -07:00
automatized arguments with pickle
This commit is contained in:
parent
dee168e5a6
commit
d132667138
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ def trainerThread (s2c, c2s, e,
|
||||||
model_save()
|
model_save()
|
||||||
is_reached_goal = True
|
is_reached_goal = True
|
||||||
io.log_info ('You can use preview now.')
|
io.log_info ('You can use preview now.')
|
||||||
os._exit(1)
|
exit(0)
|
||||||
|
|
||||||
need_save = False
|
need_save = False
|
||||||
while time.time() - last_save_time >= save_interval_min*60:
|
while time.time() - last_save_time >= save_interval_min*60:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue