laviavigdor / twitter-sentiment-analysis

Sentiment Analysis on twitter using Keras / TensorFlow / GloVe
29 stars 10 forks source link

freeze the graph #1

Open un-lock-me opened 7 years ago

un-lock-me commented 7 years ago

Hi,

would you please tell that how we can

  1. freeze the graph with the weights on your model, 2 then save optimized graph?

I am going to do this:

https://omid.al/posts/2017-02-20-Tutorial-Build-Your-First-Tensorflow-Android-App.html

on your code but couldnt apply that on your keras model sadly

appreciate your time