mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 13:02:15 -07:00
Trainer now saves every 25 min instead of 15
This commit is contained in:
parent
766750941a
commit
757283d10e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ def trainerThread (s2c, c2s, e,
|
||||||
try:
|
try:
|
||||||
start_time = time.time()
|
start_time = time.time()
|
||||||
|
|
||||||
save_interval_min = 15
|
save_interval_min = 25
|
||||||
|
|
||||||
if not training_data_src_path.exists():
|
if not training_data_src_path.exists():
|
||||||
training_data_src_path.mkdir(exist_ok=True, parents=True)
|
training_data_src_path.mkdir(exist_ok=True, parents=True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue