This is the Keras model of VGG-Face.
It has been obtained through the following steps:
- export the weights of the vgg-face matconvnet model to .mat file
- use scipy to load the weights,and convert the weight from tf mode to th mode
- set the weights to keras model and then save the model