caffe-tensorflow icon indicating copy to clipboard operation
caffe-tensorflow copied to clipboard

Add option to save standalone model

Open d4nst opened this issue 8 years ago • 2 comments

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.

d4nst avatar Nov 15 '16 17:11 d4nst

This sounds awesome. I'm going to try it out.

lucbettaieb avatar Feb 09 '17 20:02 lucbettaieb

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. :)

colah avatar Jul 27 '18 22:07 colah