{% extends "layout.html" %} {% block body %}

The Inception model takes longer to load since it's loading the whole architecture and weights but inference will be faster.

On the other hand, the Resnet50 loads a smaller architecture but inference is slower because it needs to extract bottleneck features on the Keras Resnet50 model before doing predictions.

{% endblock %}