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

is it possible to convert models trained by earlier version to last version? #47

Closed
mosheliv opened this issue Jul 29, 2019 · 1 comment

Comments

@mosheliv
Copy link

I have a few models that I am not that keen on retraining....

Thank you!

@qubvel
Copy link
Owner

qubvel commented Aug 1, 2019

Hi @mosheliv
Yes, just create model by code and then use .load_weights('path/to/previous/model.h5')

model = EfficientnetB0()
model.load_weights('best_model.h5')

@qubvel qubvel closed this as completed Aug 28, 2019
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