mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 13:02:15 -07:00
fix ModelBase.py
This commit is contained in:
parent
aaf7ecd595
commit
3c6775bae7
1 changed files with 0 additions and 2 deletions
|
@ -267,8 +267,6 @@ class ModelBase(object):
|
||||||
return self.onGetPreview (self.sample_for_preview)[0][1] #first preview, and bgr
|
return self.onGetPreview (self.sample_for_preview)[0][1] #first preview, and bgr
|
||||||
|
|
||||||
def save(self):
|
def save(self):
|
||||||
io.log_info ("Saving....", end='\r')
|
|
||||||
|
|
||||||
Path( self.get_strpath_storage_for_file('summary.txt') ).write_text(self.model_summary_text)
|
Path( self.get_strpath_storage_for_file('summary.txt') ).write_text(self.model_summary_text)
|
||||||
self.onSave()
|
self.onSave()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue