@@ -669,8 +669,6 @@ class SynthesizerTrn(nn.Module):
l_length_sdp=self.sdp(x,x_mask,w,g=g)
l_length_sdp=l_length_sdp/torch.sum(x_mask)
# 反量化
w-=torch.rand_like(w)
logw_=torch.log(w+1e-6)*x_mask
logw=self.dp(x,x_mask,g=g)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.