tensorflow / similarity

TensorFlow Similarity is a python package focused on making similarity learning quick and easy.
Apache License 2.0
1.01k stars 104 forks source link

Custom Architecture for Backbone model #359

Open christina-nasika-edo opened 1 year ago

christina-nasika-edo commented 1 year ago

Hello, I have a problem where I need to match entities with mixed-data (text, numerical, images) and multiple image inputs for each entity. I was wondering if it is possible to use a custom architecture for creating the representation, so that I can use a multi-input multimodal architecture. Thank you