书栈网 · BookStack 本次搜索耗时 0.037 秒,为您找到 814 个相关结果.
  • Pretrained models

    OpenSearch-provided pretrained models Supported pretrained models Sentence transformers Sparse encoding models Cross-encoder models Prerequisites Step 1: Register a model grou...
  • 文本分类与TorchText

    文本分类与TorchText 以ngrams的方式加载数据 定义模型 初始化一个实例 生成批数据的方法 定义功能训练模型和评估结果。 拆分数据集和运行模型 使用测试数据集评估模型 在随机新闻上测试 文本分类与TorchText 译者:PengboLiu 校验:PengboLiu 本教程将说明如何在torchtext中使用...
  • Machine Learning

    Machine Learning Machine Learning Machine learning addon is divided into model-training addon and model-serving addon. Run the following command to install the addon: vela addo...
  • Project Generation - Template

    Project Generation - Template Full Stack FastAPI PostgreSQL Full Stack FastAPI PostgreSQL - Features Full Stack FastAPI Couchbase Full Stack FastAPI MongoDB Machine Learning mo...
  • Machine Learning Addon

    Machine Learning Addon Version: v1.3 Machine Learning Addon Machine learning addon is divided into model-training addon and model-serving addon. Run the following command to in...
  • Blocks

    Data block class TransformBlock [source] CategoryBlock [source] MultiCategoryBlock [source] RegressionBlock [source] General API class DataBlock [source] DataBloc...
  • Project Generation - Template

    Project Generation - Template Full Stack FastAPI PostgreSQL Full Stack FastAPI PostgreSQL - Features Full Stack FastAPI Couchbase Full Stack FastAPI MongoDB Machine Learning mo...
  • High Performance Parameter Server Design

    High Performance Parameter Server Design Motivation Communication Computation Tensor Math library Scheduling Conclusion Reference High Performance Parameter Server Desig...
  • HookCallback

    callbacks.hooks Hook callbacks class ActivationStats [source] [test] Internal implementation hook [source] [test] Callback methods on_train_begin [source] [test] on_batc...
  • 训练一个分类器

    训练一个分类器 数据呢? 训练一个图像分类器 1. 加载并规范化 CIFAR10 2. 定义一个卷积神经网络 3. 定义一个损失函数和优化器 4. 训练网络 5. 在测试数据上测试网络 在 GPU 上训练 在多个GPU上进行训练 我下一步去哪里? 训练一个分类器 译者:@小王子 校对者:@李子文 就是这个, 你已经看...