书栈网 · BookStack 本次搜索耗时 0.037 秒,为您找到 836 个相关结果.
  • 静态图模块 nn.Graph

    静态图模块 nn.Graph OneFlow 的 Eager 模式 OneFlow 的 Graph 模式 自定义一个 Graph 使用 Graph 做预测 使用 Graph 做训练 Graph 调试 扩展阅读:动态图与静态图 相关链接 静态图模块 nn.Graph 目前,深度学习框架中模型的运行方式主要有两种,即 动态图 与 静态图 ...
  • Regularizing an LSTM

    599 2021-03-31 《The fastai book》
    Regularizing an LSTM Dropout Activation Regularization and Temporal Activation Regularization Training a Weight-Tied Regularized LSTM Regularizing an LSTM Recurrent neural n...
  • Getting Started with Katib

    Getting Started with Katib Katib setup Installing Katib Setting up persistent volumes Accessing the Katib UI Examples Example using random algorithm TensorFlow example PyTorc...
  • torch.utils.data

    torch.utils.data 数据集类型 版图式数据集 可迭代式的数据集 数据加载顺序和采样器 加载批处理和非批处理数据 自动批处理(默认) 禁用自动批处理 Working with collate_fn Single- and Multi-process Data Loading 单进程数据加载(默认) Multi-process ...
  • A Generic Optimizer

    519 2021-03-31 《The fastai book》
    A Generic Optimizer A Generic Optimizer To build up our accelerated SGD tricks, we’ll need to start with a nice flexible optimizer foundation. No library prior to fastai provid...
  • Questionnaire

    476 2021-03-31 《The fastai book》
    Questionnaire Further Research Questionnaire How did we get to a single vector of activations in the CNNs used for MNIST in previous chapters? Why isn’t that suitable for Ima...
  • Model

    Tabular model Embeddings emb_sz_rule [source] get_emb_sz [source] class TabularModel [source] tabular_config [source] Tabular model A basic model that can be...
  • 模型转换工具 X2Paddle

    模型转换工具 X2Paddle 安装 使用 Caffe TensorFlow ONNX 转换结果说明 问题反馈 模型转换工具 X2Paddle X2Paddle可以将caffe、tensorflow、onnx模型转换成Paddle支持的模型。目前支持版本为caffe 1.0;tensorflow 1.x,推荐1.4.0;ONNX 1.6...
  • 模型转换工具 X2Paddle

    模型转换工具 X2Paddle 安装 使用 Caffe TensorFlow ONNX 转换结果说明 问题反馈 模型转换工具 X2Paddle X2Paddle可以将caffe、tensorflow、onnx模型转换成Paddle支持的模型。目前支持版本为caffe 1.0;tensorflow 1.x,推荐1.4.0;ONNX 1.6...
  • 高级教程: 作出动态决策和 Bi-LSTM CRF

    高级教程: 作出动态决策和 Bi-LSTM CRF 动态 VS 静态深度学习工具集 Bi-LSTM CRF (条件随机场) 讨论 具体实现笔记 练习: 为区别性标注定义一个新的损失函数 高级教程: 作出动态决策和 Bi-LSTM CRF 译者:@JingTao 、@friedhelm739 动态 VS 静态深度学习工具集 Pyt...