mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2024-03-22 13:10:55 +08:00
fix
This commit is contained in:
parent
336e0ca944
commit
9ad9728b40
|
@ -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…
Reference in New Issue
Block a user