Skip to content

Commit 4aa4158

Browse files
committed
vocoder bwe changes
1 parent 03c9962 commit 4aa4158

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/models/ltx2/vocoder_bwe_ltx2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def __call__(self, x: Array) -> Array:
222222
lhs=x_transposed,
223223
rhs=w_flipped,
224224
window_strides=(1,),
225-
padding="VALID",
225+
padding=((0, 0),),
226226
lhs_dilation=(self.ratio,),
227227
feature_group_count=self.channels,
228228
dimension_numbers=jax.lax.ConvDimensionNumbers(

0 commit comments

Comments
 (0)