Transfer learning using Tensorflow

Subodh Malgonde
1 min readMay 18, 2018

--

This is a short blog post on using the Tensorflow API to perform transfer learning using a pre-trained model. This is a very common use case for machine learning engineers, but surprisingly there are very few resources which explain how to implement this using Tensorflow.

This gist summarises the code:

Hope this helps you.

--

--