fangpin / siamese-pytorch

Implementation of Siamese Networks for image one-shot learning by PyTorch, train and test model on dataset Omniglot
282 stars 62 forks source link

dataset #17

Open DonggyuOh12 opened 1 year ago

DonggyuOh12 commented 1 year ago

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. is this right?