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

Graph PB File #2

Closed samuel-davis closed 7 years ago

samuel-davis commented 7 years ago

If possible can you please upload the Graph.pb file associated with this model ? And if not can you tell me how to create it from the checkpoints you have provided ?

And thank you so much for uploading these !

KranthiGV commented 7 years ago

@samuel-davis Sure! I will upload the graph.pbtxt file in a day. You would be able to generate the .pb file from it, if you need the compressed representation of the graph.

KranthiGV commented 7 years ago

Uploaded! I think this commit closes the issue. If there's anything else, feel free to re-open this or open a new issue.

samuel-davis commented 7 years ago

Thanks definitely helped me out a ton.

KranthiGV commented 7 years ago

I'm glad it did. Let me know if you need anything else!