keras-vggface
keras-vggface copied to clipboard
added prefix to name to combine 2 models
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.