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

    thresholded_relu thresholded_relu paddle.fluid.layers.thresholded_relu ( x, threshold=None ) [源代码] 逐元素计算 ThresholdedRelu激活函数。 参数: x (Variable) -ThresholdedRelu Op 的输入,...
  • TranslatedLayer

    TranslatedLayer TranslatedLayer class paddle.jit. TranslatedLayer ( programs, persistable_vars ) [源代码] TranslatedLayer 是一个命令式编程模式 Layer 的继承类, 通过 load 载入构建。能够像一般 Layer 一样在...
  • OpenCV中的图像转换

    OpenCV 中的图像转换 傅里叶变换 : 学习找到图像的傅里叶变换 目标 理论 Numpy中的傅立叶变换 OpenCV中的傅立叶变换 DFT的性能优化 为什么拉普拉斯算子是高通滤波器? 其他资源 OpenCV 中的图像转换 此章节文档只给出了傅里叶变换, 直接将其列出本问内 傅里叶变换 : 学习找到图像的傅里叶变换 目标 ...
  • Bilinear

    Bilinear 参数 属性 返回 代码示例 Bilinear paddle.nn.Bilinear ( in1_features, in2_features, out_features, weight_attr\=None, bias_attr\=None, name\=None ) [源代码] 该层对两个输入执行双线性张量积。 例...
  • 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...
  • CenterCrop

    CenterCrop 参数 返回 代码示例 CenterCrop class paddle.vision.transforms. CenterCrop ( size, keys=None ) [源代码] 对输入图像进行裁剪,保持图片中心点不变。 参数 size (int|tuple) - 输出图像的形状大小。 keys (li...
  • 用户指南

    用户指南 用户指南 语言基础 扩展类型 扩展类型的特殊方法 在 Cython 模块之间共享声明 与外部 C 代码连接 源文件和编译 早期绑定速度 在 Cython 中使用 C ++ 融合类型(模板) 将 Cython 代码移植到 PyPy Limitations Cython 和 Pyrex 之间的区别 键入的内存视图 实...
  • relu

    relu relu paddle.fluid.layers. relu (x, name=None)[源代码] ReLU(Rectified Linear Unit)激活函数 参数: x (Variable) - 输入的多维 Tensor ,数据类型为:float32、float64。 name (str,可选) – 具体用...