Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue while loading weights in the inspect_custom_model.ipynb #8

Open
pankaja0285 opened this issue Dec 23, 2020 · 1 comment
Open

Comments

@pankaja0285
Copy link

pankaja0285 commented Dec 23, 2020

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.

@HurairaCodes
Copy link

Did you find the solution to this? Please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants