mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 13:09:56 -07:00
fix
This commit is contained in:
parent
cbd78fbc8a
commit
6aee9030d2
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ class XSegModel(ModelBase):
|
|||
return ( ('loss', np.mean(loss) ), )
|
||||
|
||||
#override
|
||||
def onGetPreview(self, samples, for_history=False):
|
||||
def onGetPreview(self, samples, for_history=False, filenames=None):
|
||||
n_samples = min(4, self.get_batch_size(), 800 // self.resolution )
|
||||
|
||||
if self.pretrain:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue