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

Implementation of Siamese Neural Networks for One-shot Image Recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: 'decode'

loojinrong opened this issue · comments

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

rollback to h5py==2.10.0 fixed the problem for me