tensorfreitas / Siamese-Networks-for-One-Shot-Learning

Implementation of Siamese Neural Networks for One-shot Image Recognition
601 stars 180 forks source link

How do I test the trained model? #15

Closed LiaoPerry closed 3 years ago

tensorfreitas commented 3 years ago

Hi,

After finishing the training the code already runs the test set. If you want to test it in a different dataset you would have to adapt the loader and the code for your application.

Best Regards Tiago Freitas

LiaoPerry commented 3 years ago

Thank you very much for your reply! I will try again

tensorfreitas commented 3 years ago

Feel free to reopen the issue if you find problems!