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

Commits on Jun 12, 2018

  1. d should be returned as tuple instead of dict.

    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 committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    99633db View commit details
    Browse the repository at this point in the history