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

Fixed the VGG-16-based DNN structure creation #4

Merged

Conversation

bespoke-code
Copy link
Contributor

In order to make this py2 port compatible with the original authors' trained model/checkpoint, a layer configuration in the underlying VGG-16 network must be made.

The current configuration throws a 'Key not found in checkpoint' error when the weights path points to the original authors' model/checkpoint.

This issue is the one causing the following problems:

…ith the original authors' trained model/checkpoint.
@AbangLZU AbangLZU merged commit 998f364 into AbangLZU:master Feb 17, 2020
@bespoke-code bespoke-code deleted the bugfix/key-not-found-in-checkpoint branch February 17, 2020 09:39
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

Successfully merging this pull request may close these issues.

2 participants