Skip to content

Commit ddc21c0

Browse files
committed
again, to be added back later
1 parent 03146d9 commit ddc21c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic_pitch/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def model(
237237
padding="same",
238238
kernel_initializer=_initializer(),
239239
kernel_constraint=_kernel_constraint(),
240-
)(x_contours)
240+
)(x)
241241

242242
x_contours = tfkl.BatchNormalization()(x_contours)
243243
x_contours = tfkl.ReLU()(x_contours)

0 commit comments

Comments
 (0)