Skip to content

Commit 40c4cea

Browse files
committed
Add bring your own storage to TensorFlow tutorial
1 parent 12691f9 commit 40c4cea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,10 @@ In Azure Functions, a function project is a container for one or more individual
149149
150150
To modify the `classify` function to classify an image based on its contents, you use a pre-built TensorFlow model that was trained with and exported from Azure Custom Vision Service. The model, which is contained in the *resources* folder of the sample you cloned earlier, classifies an image based on whether it contains a dog or a cat. You then add some helper code and dependencies to your project.
151151
152+
To build your own model using the free tier of the Custom Vision Service, follow the instructions in the [sample project repository](https://github.com/Azure-Samples/functions-python-tensorflow-tutorial/blob/master/train-custom-vision-model.md).
153+
152154
> [!TIP]
153-
> If you want to build your own model using the free tier of the Custom Vision Service, follow the instructions in the [sample project repository](https://github.com/Azure-Samples/functions-python-tensorflow-tutorial/blob/master/train-custom-vision-model.md).
155+
> If you want to store your TensorFlow model separately instead of deploying it together with the function app, see [Mount a file share to a Python function app using Azure CLI](./scripts/functions-cli-mount-files-storage-linux.md).
154156
155157
1. In the *start* folder, run following command to copy the model files into the *classify* folder. Be sure to include `\*` in the command.
156158

0 commit comments

Comments
 (0)