Linking two Tensorflow articles together

I am interested in the following articles

* List item
which covers a simple implementation of Transfer Learning Tensorflow

* List item
which covers how to implement it into Tensorflow Lite

The problem I am facing here is an image format incompatibility between the two, and I am questioning if a level of consistency can be expected when jumping from one to the other.

Please help

Can you elaborate on the errors you’re seeing? Or some details on your model? Or which approach you’re using in the Lite conversion guide?

It sounds like you are trying to build an image classification model for TensorFlow Lite. Have you looked at Model Maker? Specifically the image classification guide? It uses transfer learning to produce a TF Lite model directly.

It sounds like you are trying to build an image classification model for TensorFlow Lite. Have you looked at Model Maker.