When I have to load the newly generated custom model, I get the str doesn't have a decode attribute error
`
Or, load the last model you trained
weights_path = model.find_last()
Load weights
print("Loading weights ", weights_path)
model.load_weights(weights_path, by_name=True)
`


Please advice.
When I have to load the newly generated custom model, I get the str doesn't have a decode attribute error
`
Or, load the last model you trained
weights_path = model.find_last()
Load weights
print("Loading weights ", weights_path)


model.load_weights(weights_path, by_name=True)
`
Please advice.