Skip to content

Commit 7566bf1

Browse files
authored
Merge pull request #92550 from anthonychu/20191020-use-tensorflow-115
Update to use Tensorflow 1.15
2 parents 3863192 + c7fecc7 commit 7566bf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-machine-learning-tensorflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ You'll use a pre-built TensorFlow model that was trained with and exported from
136136
> [!NOTE]
137137
> If you want to build your own using Custom Vision Service's free tier, you can follow the [instructions in the sample project repository](https://github.com/Azure-Samples/functions-python-tensorflow-tutorial/blob/master/train-custom-vision-model.md).
138138
139-
The model consists of two files in the *<REPOSITORY_ROOT>/resources/model* folder: *model.db* and *labels.txt*. Copy them into the *classify* function's folder.
139+
The model consists of two files in the *<REPOSITORY_ROOT>/resources/model* folder: *model.pb* and *labels.txt*. Copy them into the *classify* function's folder.
140140

141141
#### Linux and macOS:
142142

@@ -175,7 +175,7 @@ Confirm that *classify* now contains a file named *predict.py*.
175175
The helper library has some dependencies that need to be installed. Open *start/requirements.txt* in your editor and add the following dependencies to the file.
176176

177177
```txt
178-
tensorflow
178+
tensorflow==1.15
179179
Pillow
180180
requests
181181
```

0 commit comments

Comments
 (0)