书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 6149 个相关结果.
  • 基于图片相似度的图片搜索

    基于图片相似度的图片搜索 一、简要介绍 二、环境配置 三、数据加载 3.1 数据集介绍 3.2 数据探索 3.3 构建训练数据 四、模型组网:把图片转换为高维的向量表示的网络 五、模型训练 六、模型预测 The End 基于图片相似度的图片搜索 作者: PaddlePaddle 日期: 2021.05摘要: 本示例简要介绍如...
  • io

    io batch create_py_reader_by_data data double_buffer load open_files Preprocessor py_reader random_data_generator read_file shuffle io batch paddle.fluid.layers. ...
  • floor

    floor floor paddle.floor ( x, name=None ) 向下取整函数。 参数: x - 该OP的输入为多维Tensor。数据类型必须为float32或float64。 name (str,可选) - 具体用法请参见 Name ,一般无需设置,默认值为None。 返回:输出为Tensor,与 x...
  • round

    round round paddle. round ( x, name=None ) 该OP将输入中的数值四舍五入到最接近的整数数值。 输入: x . shape = [ 4 ] x . data = [ 1.2 , - 0.9 , 3.4 , 0.9 ] 输出: out . ...
  • multiply

    multiply 参数 返回 代码示例 multiply paddle.multiply ( x, y, name\=None ) [源代码] 该OP是逐元素相乘算子,输入 x 与输入 y 逐元素相乘,并将各个位置的输出元素保存到返回结果中。 等式是: :多维Tensor。 :维度必须小于等于X维度的Tensor...
  • Cifar100

    Cifar100 参数 返回 代码示例 Cifar100 class paddle.vision.datasets. Cifar100 [源代码] Cifar-100 数据集的实现,数据集包含100种类别. 参数 data_file (str) - 数据集文件路径,如果 download 参数设置为 True , data_...
  • Compiling executables

    240 2021-04-17 《Deno v1.9.0 Manual》
    Compiling Executables Flags Cross Compilation Generating smaller binaries Compiling Executables Since the compile functionality is relatively new, the --unstable flag has ...
  • Compiling executables

    256 2021-04-17 《Deno v1.8.2 Manual》
    Compiling Executables Flags Cross Compilation Generating smaller binaries Compiling Executables Since the compile functionality is relatively new, the --unstable flag has ...
  • Compiling executables

    265 2021-03-04 《Deno v1.7.4 Manual》
    Compiling Executables Flags Cross Compilation Generating smaller binaries Compiling Executables Since the compile functionality is relatively new, the --unstable flag has ...
  • max

    max 参数 返回 代码示例 使用本API的教程文档 max paddle. max ( x, axis=None, keepdim=False, name=None ) [源代码] 该OP是对指定维度上的Tensor元素求最大值运算,并输出相应的计算结果。 参数 x (Tensor)- Tensor,支持数据类型为float...