Wrosinski / keraspipelines

Pipelines for Keras Deep Learning Library
MIT License
17 stars 0 forks source link

Training Siamese Network #1

Open hamzahafeez7 opened 5 years ago

hamzahafeez7 commented 5 years ago

Can this Pipeline be used (or customized )to train a Siamese Network using a custom loss function.

Wrosinski commented 5 years ago

Hello,

The pipeline cannot be used as-is for siamese networks but it can be tuned to take as input a list of tuple of inputs for the network. Custom loss can also be added but then it's easier to just save/load weights from keras checkpoints instead of the full model.