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 Lambda Layer Related Errors #24

Merged
merged 1 commit into from
Aug 6, 2018
Merged

Conversation

pkdogcom
Copy link
Contributor

@pkdogcom pkdogcom commented Aug 6, 2018

Details of changes are illustrated in #21.

The only difference is that #21 refers to version 0.1.2 while in 0.1.4 converter.py will create input for each constant tensor (as they don't have real input), which leads to key error in layers[inputs[0]] and thus a temporary fix of using hard-coded name 'input0' is introduced.

… Fixed namespace error; Fixed numpy array cannot be serialized error
@gmalivenko gmalivenko merged commit 809415d into gmalivenko:master Aug 6, 2018
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