caffe-tensorflow
caffe-tensorflow copied to clipboard
Add option to save standalone model
Added an additional option --standalone-output-path
to convert.py
to produce standalone models using TensorFlow's freeze_graph
tool. It addresses #23. There is probably a cleaner way to do this, but I didn't want to change the kaffe source code.
This sounds awesome. I'm going to try it out.
Hello! I just wanted to mention that --standalone-output-path
would be super useful to me as well. Thanks for writing this PR, @d4nst!
I also noticed this blog post where someone else found it helpful. :)