Keras/tf much faster in production inference then pytorch

I heard someone saying that tensorflow and keras is much faster then pytorch in terms of production inference. If i wish to deoply some trained model to production then should i code in keras?

2 Likes

Hi @Ashish_Gupta

Welcome to the TensorFlow Forum!

Yes, TensorFlow and Keras are much faster. You can use High level API Keras for the model building and the TF Lite lightweight framework for the model deployment in mobile or embedded devices. Please go through the mentioned links for your reference Thank you.