BUG: _check_input gives the wrong information if the batch dimensions are wrong
Opened this issue · 0 comments
lhackel-tub commented
Instead of printing the length of the batch shape (len(batch.shape)
) it prints the length of the batch (len(batch)
)