mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-20 05:23:22 -07:00
added missing function
This commit is contained in:
parent
2d5f834670
commit
5995abbdc0
1 changed files with 3 additions and 0 deletions
|
@ -394,6 +394,9 @@ class ModelBase(object):
|
|||
def get_previews(self):
|
||||
return self.onGetPreview ( self.last_sample )
|
||||
|
||||
def get_static_previews(self):
|
||||
return self.onGetPreview (self.sample_for_preview)
|
||||
|
||||
def get_history_previews(self):
|
||||
return self.onGetPreview (self.sample_for_preview, for_history=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue