In page 149 of the book, there’s an example of the output of running the CatsAndDogs.pipeline
function. The ouptut shows that the image tensors have a type and shape of f32[channels: 3][height: 96][width: 96]
but those are channels-first tensors and the StbImage library returns channels-last tensors.
2 Likes