书栈网 · BookStack 本次搜索耗时 0.052 秒,为您找到 814 个相关结果.
  • Dataset 与 DataLoader

    Dataset 与 DataLoader Dataset 加载数据 遍历数据 自定义 Dataset 使用 DataLoader Dataset 与 DataLoader OneFlow 的 Dataset 与 DataLoader 的行为与 PyTorch 的是一致的,都是为了让数据集管理与模型训练解耦。 在 oneflow.util...
  • Control Plane API

    Control Plane API serving.kserve.io/v1beta1 AIXExplainerSpec AIXExplainerType (string alias) ARTExplainerSpec ARTExplainerType (string alias) AlibiExplainerSpec AlibiExplain...
  • 4.1 模型构造

    4.1 模型构造 4.1.1 继承Module类来构造模型 4.1.2 Module的子类 4.1.2.1 Sequential类 4.1.2.2 ModuleList类 4.1.2.3 ModuleDict类 4.1.3 构造复杂的模型 小结 4.1 模型构造 让我们回顾一下在3.10节(多层感知机的简洁实现)中含单隐藏层的多层感知机...
  • URI

    Predict on an InferenceService with a saved model from a URI Create HTTP/HTTPS header Secret and attach to Service account Sklearn Train and freeze the model Specify and create t...
  • Autograd:自动求导

    Autograd:自动求导 张量 梯度 Autograd:自动求导 译者:bat67 校验者:FontTian PyTorch中,所有神经网络的核心是 autograd 包。先简单介绍一下这个包,然后训练我们的第一个的神经网络。 autograd 包为张量上的所有操作提供了自动求导机制。它是一个在运行时定义(define-by...
  • Tensor Attributes

    Tensor(张量)的属性 torch.dtype torch.device torch.layout Tensor(张量)的属性 译者:阿远 每个 torch.Tensor 对象都有以下几个属性: torch.dtype , torch.device , 和 torch.layout 。 torch.dtype cla...
  • Computer Vision

    558 2021-03-31 《The fastai book》
    Computer Vision cnn_learner unet_learner A Siamese Network Computer Vision For computer vision application we use the functions cnn_learner and unet_learner to build our m...
  • 聊天机器人教程

    聊天机器人教程 准备工作 加载和预处理数据 创建格式化数据文件 加载和清洗数据 为模型准备数据 定义模型 Seq2Seq模型 编码器 解码器 定义训练步骤 Masked 损失 单次训练迭代 训练迭代 评估定义 贪婪解码 评估我们的文本 运行模型 执行训练 运行评估 结论 聊天机器人教程 作者 : Matthe...
  • Introduction to Katib

    Introduction to Katib Beta Hyperparameters and hyperparameter tuning Neural architecture search Alpha version Katib interfaces Katib concepts Experiment Suggestion Trial W...
  • VolcanoJob

    VolcanoJob Introduction Example Key Fields schedulerName minAvailable volumes tasks.replicas tasks.template tasks.policies policies plugins queue priorityClassName maxR...