It is clear that we need GPU ressources when training a Deep Learning. However, once the model is trained and the weights generated and exported, do we really need GPU capabilities to deploy the same trained model?
For example I have a model for predicting objects in an image. I finished the training task, loaded the weights and will do the prediction, do we need GPU for that or only CPU would be sufficient?