Skip to content

Commit 1c9638b

Browse files
authored
Change to TensorFlow 1.14
1 parent c7fecc7 commit 1c9638b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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==1.15
178+
tensorflow==1.14
179179
Pillow
180180
requests
181181
```

0 commit comments

Comments
 (0)