aspamers / siamese

A simple, easy-to-use and flexible siamese neural network implementation for Keras
MIT License
65 stars 16 forks source link

Attempt to use model interface for siamese model #1

Closed ghost closed 5 years ago

ghost commented 5 years ago

The siamese network class can probably be implemented more cleanly as a member of the keras Model class.

aspamers commented 5 years ago

The keras custom model examples don't seem to work with the current version. Will have to try to swap from the facade later when the documentation is a bit better.