Skip to content

Convert keras models to tensorflow frozen graph for use on cell phones, etc

License

Notifications You must be signed in to change notification settings

alanswx/keras_to_tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

keras_to_tensorflow

Convert keras models to tensorflow frozen graph for use on cell phones, etc

The last parameter of the script takes the path to the freeze graph tool. Build it here:

  bazel build tensorflow/python/tools:freeze_graph

It usually lives here off of your tensorflow directory:

tensorflow/bazel-bin/tensorflow/python/tools/freeze_graph

The script needs to be fixed so it doesn't put ./ in front of the paths. I was having a little trouble getting things to work. Feel free to fix and submit a pull request.

About

Convert keras models to tensorflow frozen graph for use on cell phones, etc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages