书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 124084 个相关结果.
  • 时间上的静态展开

    时间上的静态展开 static_rnn() 函数通过链接单元来创建一个展开的 RNN 网络。 下面的代码创建了与上一个完全相同的模型: X0 = tf . placeholder ( tf . float32 , [ None , n_inputs ]) X1 = tf . placeholder ( tf . float32 , ...
  • mul

    mul mul paddle.fluid.layers. mul ( x, y, x_num_col_dims=1, y_num_col_dims=1, name=None ) [源代码] mul算子 此运算是用于对输入x和y执行矩阵乘法。 公式是: 输入x和y都可以携带LoD(详细程度)信息。但输出仅与输入x共享LoD信息。 参数: ...
  • mul

    mul mul paddle.fluid.layers.mul ( x, y, x_num_col_dims=1, y_num_col_dims=1, name=None ) [源代码] mul算子 此运算是用于对输入x和y执行矩阵乘法。 公式是: 输入x和y都可以携带LoD(详细程度)信息。但输出仅与输入x共享LoD信息。 参数: ...
  • fluid.clip

    fluid.clip ErrorClipByValue GradientClipByGlobalNorm GradientClipByNorm GradientClipByValue fluid.clip Source English ErrorClipByValue Source English class paddle.fl...
  • torch.nn.init

    torch.nn.init torch.nn.init torch . nn . init . calculate_gain ( nonlinearity , param = None ) 对于给定的非线性函数,返回推荐的增益值。这些值如下所示: nonlinearity gain linear 1 conv{1,...
  • 分布式通讯包 - torch.distributed

    分布式通讯包 - torch.distributed 基本 初始化 torch.distributed.init_process_group(backend, init_method=’env://‘, kwargs) torch.distributed.get_rank() torch.distributed.get_world_size() TC...
  • TensorFlow 1+1

    TensorFlow 1+1 TensorFlow 1+1 我们可以先简单地将TensorFlow视为一个科学计算库(类似于Python下的NumPy)。 首先,我们导入TensorFlow: import tensorflow as tf 警告 本手册基于TensorFlow的Eager Execution模式。在Tens...