|
|
@ -252,9 +252,6 @@ class ConvFlow(nn.Layer):
|
|
|
|
self.half_channels * (bins * 3 - 1),
|
|
|
|
self.half_channels * (bins * 3 - 1),
|
|
|
|
1, )
|
|
|
|
1, )
|
|
|
|
|
|
|
|
|
|
|
|
# self.proj.weight.data.zero_()
|
|
|
|
|
|
|
|
# self.proj.bias.data.zero_()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
weight = paddle.zeros(paddle.shape(self.proj.weight))
|
|
|
|
weight = paddle.zeros(paddle.shape(self.proj.weight))
|
|
|
|
|
|
|
|
|
|
|
|
self.proj.weight = paddle.create_parameter(
|
|
|
|
self.proj.weight = paddle.create_parameter(
|
|
|
|