mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2024-03-22 13:10:55 +08:00
_
This commit is contained in:
parent
315f241c51
commit
1981ed0ca8
|
@ -43,7 +43,10 @@ def trainerThread (s2c, c2s, e,
|
|||
|
||||
if not saved_models_path.exists():
|
||||
saved_models_path.mkdir(exist_ok=True, parents=True)
|
||||
|
||||
|
||||
if dump_ckpt:
|
||||
cpu_only=True
|
||||
|
||||
model = models.import_model(model_class_name)(
|
||||
is_training=not dump_ckpt,
|
||||
saved_models_path=saved_models_path,
|
||||
|
|
Loading…
Reference in New Issue
Block a user