fgnt / nara_wpe

Different implementations of "Weighted Prediction Error" for speech dereverberation
MIT License
494 stars 164 forks source link

sync segment_axis with toolbox: padding did not work #30

Closed boeddeker closed 5 years ago

boeddeker commented 5 years ago

The code elements = x.shape[axis] was before the padding operation. This disabled the padding operation.

This PR syncs segment_axis with our internal code