Transfer learning with Inception V3 

You have learned to extract features from an image, but now it is important to understand how this can be used to solve custom problems. There are two ways of using the network we created by removing the last layers:

The two implementations seem to be very similar. So, what are the differences?

In the following example, we will use the Inception V3 feature extractor to train a new model on the Caltech 101 dataset.