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

    Consistent Tensor 一致性视角与物理视角的映射 创建 Consistent Tensor 直接创建 consistent tensor 由 consistent tensor 得到 local tensor 由 local tensor 转换得到 consistent tensor 实践 SBP Signature 的作用 数据并行...
  • Term & Concept Explanation

    Term & Concept in OneFlow Algorithms Development 1.Placeholder 2.Tensor and Blob 3.Job Function 4.Layer and Operator Layer Operator 5.Mirrored View and Consistent View Fram...
  • 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 ...
  • 作业函数的定义与调用

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

    Tensor 张量 创建 Tensor 直接从数据创建 通过 Numpy 数组创建 通过算子创建 Tensor 与 tensor 的区别 Tensor 的属性 操作 Tensor 的常见算子 Tensor 张量 神经网络中的数据,都存放在 Tensor 中,Tensor 类似多维数组或者数学上的矩阵。OneFlow 提供了很多用于操作...
  • Wide & Deep

    Wide & Deep 环境和准备 软件要求 数据准备 OneFlow-WDL脚本 运行OneFlow-WDL脚本 测试结果及说明 多GPU性能测试 batch size=16384每卡,多卡性能测试 单GPU卡不同batch size性能测试 超大词表测试 收敛性测试1 收敛性测试2 Wide & Deep HugeCTR 是...
  • The Definition and Call of Job Function

    The Definition and Call of Job Function The Relationship Between Job Function and Running Process of OneFlow The Definition of Job Function The Parameters of oneflow.global_functi...