In TensorFlow, an input image is typically represented with…
In TensorFlow, an input image is typically represented with a 3D shape (height, width, channels). For the model to capture and model a color image, how many channels will the input shape need to have?