mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-05 20:42:11 -07:00
fix
This commit is contained in:
parent
336e0ca944
commit
9ad9728b40
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ from core.interact import interact as io
|
|||
|
||||
def main(model_class_name, saved_models_path):
|
||||
model = models.import_model(model_class_name)(
|
||||
is_training=False,
|
||||
is_exporting=True,
|
||||
saved_models_path=saved_models_path,
|
||||
cpu_only=True)
|
||||
model.export_dfm ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue