Error while loading an hdf5 format model in R

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

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.