Wojciech Śmigaj
Wojciech Śmigaj
> Can you try to add a new test to cover this case? Yes -- I've added a new test in #2746.
> Can you commit the changes to fix this test? Yes, of course. Here you go.
Unfortunately the batch-size-insensitive reimplementation of `_apply_normalization()` proposed in commit eadca79 contained some bugs; in particular, in the line ```python abs_axis = (self.axis + group_rank) % group_rank ``` converting the possibly...
Thanks to you both for your quick responses. > setting this to: > > INHERIT_DOCS = NO > > solves in my opinion the issue. Indeed, this is how I...