rename dump_dflive to export_dfm

This commit is contained in:
iperov 2021-06-28 18:26:54 +04:00
commit 63c794b3d0
4 changed files with 12 additions and 12 deletions

View file

@ -19,4 +19,4 @@ def main(model_class_name, saved_models_path):
is_training=False,
saved_models_path=saved_models_path,
cpu_only=True)
model.dump_dflive ()
model.export_dfm ()