caffe2keras
caffe2keras copied to clipboard
Fork of the caffe2keras converter from @MarcBS (UNMAINTAINED)
when i run the code,it print the messgages'17:9 : Enum type "caffe.V1LayerParameter.LayerType" has no value named "CONVOLUTION".', i can't find the problem,do you know why?thanks!!!
ValueError: Layer weight shape (131072, 1000) not compatible with provided weight shape (2048, 1000)
I got this error when convert ResNet-101 ValueError: Layer weight shape (131072, 1000) not compatible with provided weight shape (2048, 1000) Please help me
sometimes,we do not have the file like '*.prototxt',even though we could make it in other ways . But ,it s a little trouble to generate the file from caffemodel every...
Hi. Really good converter, I have used it for half a year. But last time I updated caffe and keras versions, and it fails with the error: ``` ValueError: Input...
I am trying to use your code to convert DeepYeast from the caffe model zoo to keras. I followed instructions for conversion running this command **python -m caffe2keras M:\Caffe_CPU\DeepYeast\HOwt_png_vgg_A_bn_deploy.prototxt M:\Caffe_CPU\DeepYeast\HOwt_png_vgg_A_bn_iter_130000.caffemodel...
python -m caffe2keras deploy_google_64.prototxt trained_google_64_v01_iter_8000.caffemodel keras-output-model.h5 Using Theano backend. Converting model... CREATING MODEL Traceback (most recent call last): File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/lib/python2.7/runpy.py",...
I don't know much about Caffe. But, when I google to resolve this issue, I learned that there is no poolingnd in Caffe but some people were referring cudNN for...