220 Star 947 Fork 698

GVPMindSpore/mindscience

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mindearth.cell.DgmrDiscriminator.rst 987 Bytes
一键复制 编辑 原始数据 按行查看 历史

mindearth.cell.DgmrDiscriminator

.. py:class:: mindearth.cell.DgmrDiscriminator(in_channels=1, num_spatial_frames=8, conv_type="standard")

    Dgmr判别器基于时间判别器和空间判别器,其中包含深度残差块。
    有关更多详细信息,请参考论文 `Skilful precipitation nowcasting using deep generative models of radar <https://www.nature.com/articles/s41586-021-03854-z>`_ 。

    参数:
        - **in_channels** (int) - 输入中的通道数。默认值: ``1``。
        - **num_spatial_frames** (int) - 待进行空间判别的时间步数。默认值: ``8``。
        - **conv_type** (str) - 卷积核类型。默认值: ``standard``。

    输入:
        - **x** (Tensor) - shape为 :math:`(2, frames\_size, channels, height\_size, width\_size)` 的Tensor。

    输出:
        Tensor,Dgmr Discriminator网络的输出。

        - **output** (Tensor) - shape为 :math:`(2, 2, 1)` 的Tensor。
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindspore/mindscience.git
git@gitee.com:mindspore/mindscience.git
mindspore
mindscience
mindscience
r0.7

搜索帮助