Custom_MaskRCNN icon indicating copy to clipboard operation
Custom_MaskRCNN copied to clipboard

Issue while loading weights in the inspect_custom_model.ipynb

Open pankaja0285 opened this issue 4 years ago • 1 comments

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) ` err_1 err_2

Please advice.

pankaja0285 avatar Dec 23 '20 00:12 pankaja0285

Did you find the solution to this? Please

HurairaCodes avatar Nov 01 '23 10:11 HurairaCodes