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

d should be returned as tuple instead of dict and name of the layer should be passed as variable. #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sumanth-culli
Copy link

@sumanth-culli sumanth-culli commented Jun 12, 2018

d should be returned as tuple instead of dict and name of the layer should be passed as variable. Also, 'input_1' is the name of the layer according to your tf version. It's 'vgg16_input' for me. So, the name of the layer should be passed as a variable instead of value.

Also, 'input_1' is the name of the layer according to your tf version. It's 'vgg16_input' for me. So, the name of the layer should be passed as a variable instead of value.
@sumanth-culli sumanth-culli changed the title d should be returned as tuple instead of dict. d should be returned as tuple instead of dict and name of the layer should be passed as variable. Jun 12, 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.

None yet

1 participant