Closed boeddeker closed 5 years ago
The code elements = x.shape[axis] was before the padding operation. This disabled the padding operation.
elements = x.shape[axis]
This PR syncs segment_axis with our internal code
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