Converting caffe model to keras

Hi,

I am working on a code where pre-trained model weight is in .caffemodel and I am not familiar with caffe code so I want to convert this into keras format which is hdf5

Is there any way to convert .caffemodel to .hdf5 format so that I will start adding the new layers on the top of a pre-trained model.

Have you tried? That’s what I found when I googled “caffe weights to keras”