mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 05:22:06 -07:00
sae: removing mask in preview window
This commit is contained in:
parent
e300662f89
commit
00d7a3ab4d
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ class SAEModel(ModelBase):
|
||||||
st.append ( np.concatenate ( (
|
st.append ( np.concatenate ( (
|
||||||
S[i], SS[i], #SM[i],
|
S[i], SS[i], #SM[i],
|
||||||
D[i], DD[i], #DM[i],
|
D[i], DD[i], #DM[i],
|
||||||
SD[i], SDM[i]
|
SD[i], #SDM[i]
|
||||||
), axis=1) )
|
), axis=1) )
|
||||||
|
|
||||||
return [ ('SAE', np.concatenate ( st, axis=0 ) ) ]
|
return [ ('SAE', np.concatenate ( st, axis=0 ) ) ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue