书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 4876 个相关结果.
  • 4-5 AutoGraph and tf.Module

    4-5 AutoGraph and tf.Module 1. Introduction to Autograph and tf.Module 2. Packaging Autograph Using tf.Module 3. tf.Module and tf.keras.Model ,tf.keras.layers.Layer 4-5 ...
  • argmax

    argmax argmax paddle.fluid.layers. argmax ( x, axis=0 ) [源代码] argmax 该OP沿 axis 计算输入 x 的最大元素的索引。 参数: x (Variable) - 输入的多维 Tensor ,支持的数据类型:float32、float64、int8、int16、i...
  • argmin

    argmin argmin paddle.fluid.layers.argmin ( x, axis=0 ) [源代码] argmin 该OP沿 axis 计算输入 x 的最小元素的索引。 参数: x (Variable) - 输入的多维 Tensor ,支持的数据类型:float32、float64、int8、int16、i...
  • argmax

    argmax argmax paddle.fluid.layers.argmax ( x, axis=0 ) [源代码] argmax 该OP沿 axis 计算输入 x 的最大元素的索引。 参数: x (Variable) - 输入的多维 Tensor ,支持的数据类型:float32、float64、int8、int16、i...
  • FAQ

    1067 2020-12-13 《PaddleHub v1.5 文档》
    常见问题 使用pip install paddlehub时提示Could not find a version that satisfies the requirement paddlehub (from versions: ) 使用paddlehub时,提示ModuleNotFoundError: No module named 'paddle' ...
  • Quick Start in 3 Minutes

    Quick Start in 3 Minutes Example Code Explanation FAQ Quick Start in 3 Minutes This article introduces how to quickly get start with OneFlow. We can complete a full neural ne...
  • 同步数据读取

    同步数据读取 数据层配置 传递训练数据给执行器 进阶使用 如何传入序列数据 如何分别设置ParallelExecutor中每个设备的训练数据 自定义BatchSize维度 Fluid目前支持的数据类型 同步数据读取 PaddlePaddle Fluid支持使用 fluid.layers.data() 配置数据层; 再使用 Numpy ...
  • 4-5,AutoGraph和tf.Module

    4-5,AutoGraph和tf.Module 一,Autograph和tf.Module概述 二,应用tf.Module封装Autograph 三,tf.Module和tf.keras.Model,tf.keras.layers.Layer 4-5,AutoGraph和tf.Module 有三种计算图的构建方式:静态计算图,动态计算图,以及A...
  • Tensor概念介绍

    Tensor概念介绍 Tensor的创建 1. 创建类似于vector的1-D Tensor ,其 ndim 为1 2. 创建类似于matrix的2-D Tensor ,其 ndim 为2 3. 同样地,还可以创建 ndim 为3、4…N等更复杂的多维Tensor Tensor的shape 基本概念 对shape进行操作 Tensor其他属性 ...