Building a TensorFlow Pipeline
Create a Fashion MNIST distributed pipeline using TensorFlow.
We'll cover the following
Creating a TensorFlow training job
In this lesson, we will build a TensorFlow model from scratch.
Step 1: Create a high-compute environment
We will use the compute we created in the previous lesson. If we need high computation, we can use compute GPUs instead.
Step 2: Choosing the right environment
Depending on the library and CPU/GPU availability, we have two options:
Use a built-in environment, if available. We can find the list of environments in Azure Machine Learning studio.
Get hands-on with 1400+ tech skills courses.