KranthiGV / Pretrained-Show-and-Tell-model

This repository contains pretrained Show and Tell: A Neural Image Caption Generator implemented in Tensorflow.
MIT License
198 stars 45 forks source link

Tensorflow Serving #20

Open vinayak618 opened 6 years ago

vinayak618 commented 6 years ago

I want to deploy the final model for production. Tensorflow has an example to do this for inception model. do you have any idea what all changes need to be made to do serving for show and tell model?

DecentGradient commented 6 years ago

The caption generation loop must be implemented in the graph , or a custom servable. I may be working on this.