首页 > 解决方案 > 如何使用 Python 客户端在 IBM Watson Machine Learning 中部署 Pytorch 模型

问题描述

我找不到任何关于在 IBM Watson 中部署 PyTorch 模型的好的参考资料。我从 Hugging face transformers 库创建了 Bert 模型,并使用 Pytorch 实现。现在我需要在 IBM watson 中部署 PyTorch 模型进行实时预测。

我进行了很多搜索,但找不到要遵循的部署步骤的任何好的参考。

标签: apideploymentpytorchibm-watson

解决方案


你看过了吗: https ://github.com/IBM/pytorch-on-watson-studio ?本 Code Pattern 将引导您完成在 Watson Studio 中使用 PyTorch 创建模型(简单的手写数字识别器)的步骤。

登录 IBM Watson Studio 在 Watson Studio 中运行 Jupyter notebook 使用 PyTorch 下载和处理数据 使用 Watson Machine Learning 训练和部署模型


推荐阅读