tensorflow2caffe icon indicating copy to clipboard operation
tensorflow2caffe copied to clipboard

Convert a model from TensorFlow to Caffe.

Results 2 tensorflow2caffe issues
Sort by recently updated
recently updated
newest added

you should add if __name__='__main__': tf2caffe(checkpoint_path,cf_prototxt,cf_model)

Hi there, Thank you very much for providing such a helpful tutorial. I realize that in the example you provided, some of the outputs' last digits are not matching, is...