书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 836 个相关结果.
  • Kubeflow Samples

    Kubeflow Samples Semantic code search Financial time series GitHub issue summarization MNIST image classification Object detection - cats and dogs PyTorch MNIST Ames housing ...
  • 入门

    PyTorch 深度学习: 60 分钟极速入门 数据加载和处理教程 用例子学习 PyTorch 迁移学习教程 利用 TorchScript 部署 Seq2Seq 模型 使用 TensorBoard 可视化模型,数据和训练 保存和加载模型 torch.nn 到底是什么?
  • 4.6 GPU计算

    4.6 GPU计算 4.6.1 计算设备 4.6.2 Tensor的GPU计算 4.6.3 模型的GPU计算 小结 4.6 GPU计算 到目前为止,我们一直在使用CPU计算。对复杂的神经网络和大规模的数据来说,使用CPU来计算可能不够高效。在本节中,我们将介绍如何使用单块NVIDIA GPU来计算。所以需要确保已经安装好了PyTorch GP...
  • Putting It All Together

    496 2021-03-31 《The fastai book》
    Putting It All Together Creating an Optimizer Putting It All Together It’s time to implement the process we saw in <>. In code, our process will be implemented something like ...
  • Blog Posts

    Blog Posts The Kubeflow blog Orchestrating ML pipelines at scale with Kubeflow Pipelines Using Kubeflow to train and serve a PyTorch model in Google Cloud Platform Getting start...
  • torch.nn 到底是什么?

    torch.nn 到底是什么? MNIST数据安装 神经网络从零开始(不使用torch.nn) torch.nn.functional的使用 使用nn.Module进行重构 使用nn.Linear进行重构 使用optim进行重构 使用Dataset进行重构 使用DataLoader进行重构 增加验证集 编写fit()和get_data()函...
  • CPU线程和TorchScript推理

    CPU线程和TorchScript推理 构建选项 运行时API CPU线程和TorchScript推理 PyTorch允许TorchScript模型推理过程中使用多个CPU线程。下图显示了不同程度的并行人们会发现在一个典型的应用: 一个或多个线程推断在给定的输入,执行一个模型的直传。每个推理线程调用JIT解释执行模型内嵌的OPS,一个接一...
  • 1. 常见深度学习框架

    常用深度学习框架 2018.09.13 性能对比 1. 训练时间: Network DenseNet-121 (Multi-GPU) 2. 1000张图片推理时间(s): Network ResNet-50 3. CPU推理时间(s): E5-2630v4, Network FCN5 框架评价 推荐框架 1.Keras 2.TensorFlo...
  • Questionnaire

    529 2021-03-31 《The fastai book》
    Questionnaire Further Research Questionnaire Write the Python code to implement a single neuron. Write the Python code to implement ReLU. Write the Python code for a dense la...
  • Blog Posts

    Blog Posts The Kubeflow blog Using Kubeflow to train and serve a PyTorch model in Google Cloud Platform Getting started with Kubeflow Pipelines How to create and deploy a Kubefl...