juanky201271 / fish_counting_tensorflow

Fish counting with tensorflow
https://aipeces.herokuapp.com/
MIT License
0 stars 0 forks source link

Carga del modelo #3

Open aipeces opened 3 years ago

aipeces commented 3 years ago

Respecto a la carga del modelo totalmente de acuerdo en lo que comentas. Hay que optimizar al maximo. He encontrado estos comentarios en internet que igual te pueden dar alguna nueva idea:

  1. How do I host a model? There are multiple ways to host a model. You can create a Restful API with Tensorflow Serving or by creating your own websites. You can also integrate the model into a website by transforming your model to Tensorflow Lite. Tensorflow serving - https://github.com/tensorflow/serving Tensorflow Lite - https://www.tensorflow.org/lite/convert
juanky201271 commented 3 years ago

De hecho estoy usando Tensorflow/Serving con sagemaker. SI queremos crear una app para telefono movil tendremos que usar el Tensorflow Lite, me temo.