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

Convert from .npy to .ckpt format

Open alesolano opened this issue 7 years ago • 2 comments

I just created a repo to convert models from .npy to .ckpt (checkpoint) format.

It would be cool if we could integrate it someway in the caffe-tensorflow repo. The thing is that I needed to change some lines to use Python 3 and TensorFlow 1.

alesolano avatar Jul 27 '17 10:07 alesolano

@alesolano Is your converter only able to deal with googlenet?

seanchung2 avatar Oct 14 '17 04:10 seanchung2

No, you can change the parameters of your network (width, height, channels of the input image) and run it. I have added another example in the repo to make things clearer. It would be easier if you didn't need to deal with these parameters, but I don't know how to avoid it.

alesolano avatar Oct 16 '17 10:10 alesolano