rcmalli/keras-vggface

Port caffemodel to hdf5

vinodlahire opened this issue · 1 comments

@rcmalli original VGGFACE1 .caffemodel is around 553MB size ; can you refer links / method that you convert these models to ~90 MB of hdf5 without loss of accuracy ? I am using your ported model for face verification task ; now i want to train my own model in caffe and port it to keras.

figured out ; weights are without top so having less memory footprint... my bad