mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2024-03-22 13:10:55 +08:00
Trainer now saves every 25 min instead of 15
This commit is contained in:
parent
766750941a
commit
757283d10e
|
@ -33,7 +33,7 @@ def trainerThread (s2c, c2s, e,
|
|||
try:
|
||||
start_time = time.time()
|
||||
|
||||
save_interval_min = 15
|
||||
save_interval_min = 25
|
||||
|
||||
if not training_data_src_path.exists():
|
||||
training_data_src_path.mkdir(exist_ok=True, parents=True)
|
||||
|
|
Loading…
Reference in New Issue
Block a user