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

Using pretrained weights #190

Closed
rt30 opened this issue Jun 14, 2020 · 2 comments
Closed

Using pretrained weights #190

rt30 opened this issue Jun 14, 2020 · 2 comments

Comments

@rt30
Copy link

rt30 commented Jun 14, 2020

I have trained my model
The weights are now stored in unet_membrane.hdf5

I want to use these previously-stored weights for testing it on images now.

How to do it?

@Nelson-Gon
Copy link

Use model.load_weights("pretrained_model.h5_here")

@rt30
Copy link
Author

rt30 commented Jun 17, 2020

Use model.load_weights("pretrained_model.h5_here")

thank you

@rt30 rt30 closed this as completed Jun 17, 2020
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