keras2caffe icon indicating copy to clipboard operation
keras2caffe copied to clipboard

Keras to Caffe model converter tool

Results 15 keras2caffe issues
Sort by recently updated
recently updated
newest added

I have tried convert_vgg.py and make a test,found that the result of keras model is different with the result of caffemodel, can you tell me why?

After running I recieve next message: > TypeError: unsupported operand type(s) for /: 'NoneType' and 'float'

Hi, when I tried to convert my keras model into caffe, Check failed: error == cudaSuccess (35 vs. 0) CUDA driver version is insufficient for CUDA runtime version problem came...

I am trying to convert SSD7 Keras model to Caffe. I am not able to convert few layers like Lambda and AnchorBoxes into Caffe. Is there a way to import...

hello uhfband,thanks for your work.when i run the convert_VGG16 demo,i got the error: `File "/media/ireqhawk/文件/ireqhawk/project/AdienceDBClassfi/AdienceDBClassfi/demo.py", line 184, in main() File "/media/ireqhawk/文件/ireqhawk/project/AdienceDBClassfi/AdienceDBClassfi/demo.py", line 147, in main keras2caffe.convert(keras_model, 'VGG16.prototxt', 'VGG16.caffemodel') File "/media/ireqhawk/文件/ireqhawk/project/AdienceDBClassfi/AdienceDBClassfi/keras2caffe/convert.py",...