mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-05 20:42:11 -07:00
added sumbmodules
This commit is contained in:
parent
e8394a86e7
commit
c14454bc58
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ def trainerThread (s2c, c2s, e,
|
|||
if os.path.exists(answer_filename):
|
||||
with open(answer_filename, 'rb') as file:
|
||||
parameters = pickle.load(file)
|
||||
if parameters['NoInteractiveMode']:
|
||||
if parameters['NoInteractiveMode']:
|
||||
model_save()
|
||||
os._exit(0)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue