I saved my model as an hdf5 object when I want to load it I get this error:
Error : AttributeError: 'str' object has no attribute 'decode'
this is the line of code:
model <- load_model_hdf5("/path/model1.hdf5")
How can I fix it?
thanks in advance