书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 189 个相关结果.
  • Loading and saving of model

    Loading and Saving of Model Use get_variable to Create/Obtain Model Parameters Object Process Use get_variable Create Object Initializer Setting The Python Interface of OneFlow...
  • Loading and saving of model

    Loading and Saving of Model Use get_variable to Create/Obtain Model Parameters Object Process Use get_variable Create Object Initializer Setting The Python Interface of OneFlow...
  • Introduce

    Compatible Interface Compatible Interface This topic is only reserved for compatibility with the old interface. If you haven’t used ‘v0.4.0’ or earlier versions, please ignore a...
  • 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...
  • Consistent 与 Mirrored 视角

    Consistent 与 Mirrored 视角 数据并行与模型并行 数据并行图示 模型并行图示 两类占位符 在 OneFlow 中使用 mirrored 视角 代码 代码解读 在 OneFlow 中使用 consistent 视角 代码 代码解读 扩展 Consistent 与 Mirrored 视角 在进行分布式训练时,One...
  • Consistent 与 Mirrored 视角

    Consistent 与 Mirrored 视角 数据并行与模型并行 数据并行图示 模型并行图示 两类占位符 在 OneFlow 中使用 mirrored 视角 代码 代码解读 在 OneFlow 中使用 consistent 视角 代码 代码解读 扩展 Consistent 与 Mirrored 视角 在进行分布式训练时,One...
  • 3分钟快速上手

    3分钟快速上手 运行例子 代码解读 FAQ 3分钟快速上手 这篇文章将介绍如何快速上手 OneFlow ,我们可以在3分钟内完成一个完整的神经网络训练过程。 运行例子 如果已经安装好了 OneFlow ,可以使用以下命令下载文档仓库 中的mlp_mnist.py 脚本,并运行。 wget https : //docs.oneflow.org...
  • 分布式训练

    分布式训练 OneFlow 分布式优势 配置分布式训练网络 单机训练程序 GPU及端口配置 节点配置 分布式训练及代码 FAQ 分布式训练 深度学习中,越来越多的场景需要分布式训练。由于分布式系统面临单机单卡所没有的分布式任务调度、复杂的资源并行等问题,因此,通常情况下,分布式训练对用户有一定的技术门槛。 在 OneFlow 中,通过顶...
  • Get results from job function

    Get Results from Job Function Difference Between Synchronous and Asynchronous Synchronization Asynchronization Get Result Synchronously Data Types in oneflow.typing Get Resul...
  • The OFRecord Data Format

    The OFRecord Data Format Data Types of OFRecord Convert Data into Feature Format Creating and Serializing OFRecord Object OFRecord Format File Code Write OFRecord Object to Fil...