mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
remove print line
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user