mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-05 20:42:11 -07:00
Back to original
This commit is contained in:
parent
4d7660c45c
commit
891fd6eb0e
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ def trainerThread (s2c, c2s, e,
|
|||
|
||||
if not saved_models_path.exists():
|
||||
saved_models_path.mkdir(exist_ok=True, parents=True)
|
||||
|
||||
|
||||
model = models.import_model(model_class_name)(
|
||||
is_training=True,
|
||||
saved_models_path=saved_models_path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue