Skip to content

Commit 1be4e58

Browse files
authored
Merge pull request #110971 from csteegz/patch-1
Update prerequisites
2 parents 164c5bf + d1a4093 commit 1be4e58

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/machine-learning/how-to-deploy-fpga-web-service.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Microsoft Azure is the world's largest cloud investment in FPGAs. Using this FPG
4747
FPGAs on Azure supports:
4848

4949
+ Image classification and recognition scenarios
50-
+ TensorFlow deployment
50+
+ TensorFlow deployment (requires Tensorflow 1.x)
5151
+ Intel FPGA hardware
5252

5353
These DNN models are currently available:
@@ -111,10 +111,9 @@ You can deploy a model as a web service on FPGAs with Azure Machine Learning Har
111111
- The Python SDK for hardware-accelerated models:
112112
113113
```bash
114-
pip install --upgrade azureml-accel-models
114+
pip install --upgrade azureml-accel-models[cpu]
115115
```
116116
117-
118117
## 1. Create and containerize models
119118
120119
This document will describe how to create a TensorFlow graph to preprocess the input image, make it a featurizer using ResNet 50 on an FPGA, and then run the features through a classifier trained on the ImageNet data set.

0 commit comments

Comments
 (0)