rcmalli / keras-vggface

VGGFace implementation with Keras Framework
MIT License
928 stars 416 forks source link

added prefix to name to combine 2 models #65

Open RoshanTanisha opened 4 years ago

RoshanTanisha commented 4 years ago

If need to use 2 models into one new model, the layers names were conflicting, so added a facility to add prefix to names after loading the weights to the model.

Thanks.