mirror of https://github.com/coqui-ai/TTS.git
remove print line
parent
7721d4b230
commit
1dc7456dc4
|
@ -7,7 +7,6 @@ class ReflectionPad1d(tf.keras.layers.Layer):
|
|||
self.padding = padding
|
||||
|
||||
def call(self, x):
|
||||
print(x.shape)
|
||||
return tf.pad(x, [[0, 0], [self.padding, self.padding], [0, 0], [0, 0]], "REFLECT")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue