mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-21 12:06:42 +08:00
spelling: respectively
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
538f52343a
commit
f48a35246f
@ -198,7 +198,7 @@ class BatchNorm(Module):
|
|||||||
batch, ``C`` is the number of features or channels, and ``L`` is the
|
batch, ``C`` is the number of features or channels, and ``L`` is the
|
||||||
sequence length. The output has the same shape as the input. For
|
sequence length. The output has the same shape as the input. For
|
||||||
four-dimensional arrays, the shape is ``NHWC``, where ``H`` and ``W`` are
|
four-dimensional arrays, the shape is ``NHWC``, where ``H`` and ``W`` are
|
||||||
the height and width respecitvely.
|
the height and width respectively.
|
||||||
|
|
||||||
For more information on Batch Normalization, see the original paper `Batch
|
For more information on Batch Normalization, see the original paper `Batch
|
||||||
Normalization: Accelerating Deep Network Training by Reducing Internal
|
Normalization: Accelerating Deep Network Training by Reducing Internal
|
||||||
|
Loading…
Reference in New Issue
Block a user