书栈网 · BookStack 本次搜索耗时 0.034 秒,为您找到 4876 个相关结果.
  • merge_selected_rows

    merge_selected_rows merge_selected_rows paddle.fluid.layers. merge_selected_rows (x, name=None)[源代码] 累加合并 SelectedRows ( x ) 中的重复行,并对行值由小到大重新排序。 参数: x (Variable) : 类...
  • LICENSE

    521 2020-04-11 《Theano 1.0 Document》
    LICENSE LICENSE Copyright (c) 2008–2017, Theano Development TeamAll rights reserved. Contains code from NumPy, Copyright (c) 2005-2016, NumPy Developers.All rights reserved. ...
  • IterableDataset

    IterableDataset IterableDataset class paddle.io.IterableDataset [源代码] 概述迭代式数据集的方法和行为的抽象类。 迭代式(iterable style)数据集需要继承这个基类,迭代式数据集为只能依次迭代式获取样本的数据集,类似Python中的迭代器,所有迭代式数据集须实现以下方...
  • Plotting 2D data

    Plotting 2D data Colormaps and normalizers Discrete colormap levels Special normalizers Standardized arguments Pandas and xarray integration Contour and gridbox labels Heatma...
  • Basic Tensor Functionality

    923 2020-04-11 《Theano 1.0 Document》
    Basic Tensor Functionality Creation Constructors with optional dtype All Fully-Typed Constructors Plural Constructors Custom tensor types Converting from Python Objects Tenso...
  • bmm

    bmm 参数 返回 返回类型 代码示例 bmm paddle.tensor.bmm(x, y, name=None): 对输入x及输入y进行矩阵相乘。 两个输入的维度必须等于3,并且矩阵x和矩阵y的第一维必须相等 同时矩阵x的第二维必须等于矩阵y的第三维 例如:若x和y分别为(b, m, k)和 (b, k, n)的矩阵,则函数的输...
  • Pandas 索引和数据选择器

    Pandas 索引和数据选择器 Pandas 索引和数据选择器 The axis labeling information in pandas objects serves many purposes: Identifies data (i.e. provides metadata) using known indicators, importa...
  • Backpropagation and Optimizer

    BACKPROPAGATION AND OPTIMIZER Backpropagation by Numpy Code Hyperparameters Using the optimizer class in oneflow.optim Loss function Construct Optimizer Train BACKPROPAGA...