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

Implementation of Siamese Neural Networks for One-shot Image Recognition
605 stars 181 forks source link

AttributeError: 'decode' #21

Closed loojinrong closed 1 year ago

loojinrong commented 3 years ago

Hi, after the line 'Trained Ended!' I ran into AttributeError: 'str' object has no attribute 'decode'. I believe it happens when loading the weights

Thank you

mpashkovskiy commented 3 years ago

rollback to h5py==2.10.0 fixed the problem for me