Skip to content

Issue while loading weights in the inspect_custom_model.ipynb #8

@pankaja0285

Description

@pankaja0285

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions