We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
can't load weights for trained model
after training finished and I run tests it fails there https://github.com/taoyilee/Keras_MedicalImgAI/blob/master/app/models/model_factory.py#L45
so far I really can't understand why is there additional layer, if I'm trying to load with load_eights(..., by_name=True) it just doesn't work
load_eights(..., by_name=True)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
can't load weights for trained model
after training finished and I run tests it fails there
https://github.com/taoyilee/Keras_MedicalImgAI/blob/master/app/models/model_factory.py#L45
so far I really can't understand why is there additional layer, if I'm trying to load with
load_eights(..., by_name=True)
it just doesn't workThe text was updated successfully, but these errors were encountered: