mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 14:24:40 -07:00
debugging
This commit is contained in:
parent
55be8f0fb8
commit
801e2f4bea
1 changed files with 1 additions and 0 deletions
|
@ -576,6 +576,7 @@ class SAEModel(ModelBase):
|
|||
def predictor_func(self, face):
|
||||
if self.options['learn_mask']:
|
||||
print('np.shape(face):', np.shape(face))
|
||||
|
||||
print('np.shape(face[np.newaxis, ...]):', np.shape(face[np.newaxis, ...]))
|
||||
print('np.shape(self.AE_convert([face[np.newaxis, ...]])):', self.AE_convert([face[np.newaxis, ...]]))
|
||||
bgr, mask_dst_dstm, mask_src_dstm = self.AE_convert([face[np.newaxis, ...]])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue