mindspore/docs/api/api_python/ops/mindspore.ops.Dropout3D.rst

11 lines
526 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

mindspore.ops.Dropout3D
=========================
.. py:class:: mindspore.ops.Dropout3D(keep_prob=0.5)
在训练期间,以服从伯努利分布的概率 :math:`1-keep\_prob` 随机将输入Tensor的某些通道归零。对于形状为 `NCDHW``5D` Tensor其通道特征图指的是后三维 `DHW` 形状的三维特征图)。
.. note::
保持概率 :math:`keep\_prob` 等于 :func:`mindspore.ops.dropout3d` 中的 :math:`1 - p`
更多参考详见 :func:`mindspore.ops.dropout3d`