mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 04:52:13 -07:00
rename dump_dflive to export_dfm
This commit is contained in:
parent
9d6b6feb1f
commit
63c794b3d0
4 changed files with 12 additions and 12 deletions
|
@ -638,10 +638,10 @@ class AMPModel(ModelBase):
|
|||
self.update_sample_for_preview(force_new=True)
|
||||
|
||||
|
||||
def dump_dflive (self):
|
||||
output_path=self.get_strpath_storage_for_file('model.dflive')
|
||||
def export_dfm (self):
|
||||
output_path=self.get_strpath_storage_for_file('model.dfm')
|
||||
|
||||
io.log_info(f'Dumping .dflive to {output_path}')
|
||||
io.log_info(f'Dumping .dfm to {output_path}')
|
||||
|
||||
tf = nn.tf
|
||||
with tf.device (nn.tf_default_device_name):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue