siamese-pytorch icon indicating copy to clipboard operation
siamese-pytorch copied to clipboard

Implementation of Siamese Networks for image one-shot learning by PyTorch, train and test model on dataset Omniglot

Results 6 siamese-pytorch issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to run your code, but I am getting errors about share memory which don't make sense. Output below along with some info about the machine (~50...

Hi, Why is 'acc' divided by 20 for final accuracy?

Hi. How make_datset.py works? I did run it but nothing happens!! Thank you in advance. Best, Saeid.

Hello, I want to know how the 21000 is calculated in mydataset.py?

Thanks for your code, I got 92.5% precision in my first training

Thanks for your code i have 2 question 1. make_dataset.py used in this code? 2.mydataset.py->OmniglotTrain->loadToMem : Even if it's the same char, different labels are given depending on the rotate....