You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
thanks for the code. I have 2 questions about the output of the CNN network.
Why is the output of the network a vector of 2 ? I have seen other Siamese network have a different output but never correlated to job the net has to do.
How would I then use the network for inference ?
The text was updated successfully, but these errors were encountered:
The output of the model is the vector of two, due to contrastive loss, which is a similarity based distance metric
Right now, you can use this code starting from this line which predicts for all the images in the test dataset, If I have time I will rewrite it function for single set of signatures
Hello,
thanks for the code. I have 2 questions about the output of the CNN network.
The text was updated successfully, but these errors were encountered: