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

    exp exp paddle.fluid.layers. exp (x, name=None) 对输入,逐元素进行以自然数e为底指数运算。 参数: x (Variable) - 该OP的输入为多维Tensor。数据类型为float32,float64。 name (str, 可选) - 具体用法请参见 Name ,一般无需设置,...
  • 作业函数的定义与调用

    作业函数的定义与调用 作业函数与 OneFlow 运行流程的关系 作业函数的定义 oneflow.global_function 的参数 数据占位符 作业函数的返回值 作业函数的调用 作业函数的定义与调用 在 OneFlow 中,我们将训练、预测任务封装在一个函数中,统称为作业函数(job function),作业函数联系用户的业务逻辑与...
  • swish

    swish swish paddle.fluid.layers. swish ( x, beta=1.0, name=None ) [源代码] 逐元素计算 Swish 激活函数,参考 Searching for Activation Functions 。 参数: x (Variable) - 多维 Tensor 或 LoDTens...
  • Conditions

    414 2020-04-11 《Theano 1.0 Document》
    Conditions IfElse vs Switch Conditions IfElse vs Switch Both ops build a condition over symbolic variables. IfElse takes a boolean condition and two variables as inputs. S...
  • Conditions

    Conditions IfElse vs Switch Conditions IfElse vs Switch Both ops build a condition over symbolic variables. IfElse takes a boolean condition and two variables as inputs. S...
  • 在 Ubuntu 系统中安装 OpenCV—Python

    在 Ubuntu 系统中安装 OpenCV—Python 目标 二进制方式安装 OpenCV-Python 从源码中编译 OpenCV 必需的依赖库 可选的依赖库 下载 OpenCV 配置和安装 在 Ubuntu 系统中安装 OpenCV—Python 目标 在本教程中,我们将学习如何在 Ubuntu 系统中安装 OpenCV-Py...
  • Static Graph Interface

    STATIC GRAPH INTERFACE: NN.GRAPH Eager Mode in OneFlow Graph Mode in OneFlow Customize a Graph Inference in Graph Mode Training in Graph Mode Debugging in Graph Mode Further ...