I am trying to load the pretrained weights
model.m.load_weights('ResCNN_triplet_training_checkpoint_265.h5', by_name=True)
but i get this error: AttributeError: 'str' object has no attribute 'decode'. I have installed the same versions for all libraries, and tried some workarounds after googling. Anyone faced and managed to fix this issue?
I am trying to load the pretrained weights
model.m.load_weights('ResCNN_triplet_training_checkpoint_265.h5', by_name=True)
but i get this error: AttributeError: 'str' object has no attribute 'decode'. I have installed the same versions for all libraries, and tried some workarounds after googling. Anyone faced and managed to fix this issue?