Open Dashi-1997 opened 4 years ago
Hello, can you explain what do the following codes mean? if self.causal > 0: self.conv.conv.weightv.data[:, :, -1, self.causal:].zero()
weight_v is weight before of applying weight norm.
Hello, can you explain what do the following codes mean? if self.causal > 0: self.conv.conv.weightv.data[:, :, -1, self.causal:].zero()