Skip to content

Commit

Permalink
New translations megengine.module.batchnorm1d.po (Chinese Simplified)
Browse files Browse the repository at this point in the history
  • Loading branch information
megengine-bot authored and Wanwan1996 committed Oct 27, 2023
1 parent 74c7791 commit d92a7ec
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: megengine\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-21 10:50+0000\n"
"PO-Revision-Date: 2023-10-25 04:04\n"
"PO-Revision-Date: 2023-10-25 06:36\n"
"Last-Translator: \n"
"Language: zh_CN\n"
"Language-Team: Chinese Simplified\n"
Expand Down Expand Up @@ -44,7 +44,7 @@ msgstr "若:attr:`track_running_stats`被设置为``False``,就不会额外保

#: megengine.module.batchnorm.BatchNorm1d:22 of
msgid "Because the Batch Normalization is done over the `C` dimension, computing statistics on `(N, L)` slices, it's common terminology to call this Temporal Batch Normalization."
msgstr ""
msgstr "因为这类批归一化是在`C`维度上做的,计算的是`(N, L)`切片的统计量,因此又被称为时域批归一化。"

#: megengine.module.batchnorm.BatchNorm1d:27 of
msgid "The update formula for ``running_mean`` and ``running_var`` (taking ``running_mean`` as an example) is"
Expand All @@ -64,11 +64,11 @@ msgstr "形状:"

#: megengine.module.batchnorm.BatchNorm1d:37 of
msgid "Input: :math:`(N, C)` or :math:`(N, C, L)`, where :math:`N` is the batch size, :math:`C` is the number of features or channels, and :math:`L` is the sequence length"
msgstr ""
msgstr "输入: :math:`(N, C)`或者:math:`(N, C, L)`,其中:math:`N`是批大小,:math:`C`是通道数,:math:`L`是序列长度"

#: megengine.module.batchnorm.BatchNorm1d:39 of
msgid "Output: :math:`(N, C)` or :math:`(N, C, L)` (same shape as input)"
msgstr ""
msgstr "输出: :math:`(N, C)`或者:math:`(N, C, L)`(与输入形状相同)"

#~ msgid "基类::class:`megengine.module.batchnorm._BatchNorm`"
#~ msgstr "基类::class:`megengine.module.batchnorm._BatchNorm`"
Expand Down

0 comments on commit d92a7ec

Please sign in to comment.