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

NotImplementedError: Cannot convert a symbolic Tensor (pool1/3x3_s2_1/MaxPool:0) to a numpy array. #61

Open
elinaoik opened this issue Apr 29, 2020 · 0 comments

Comments

@elinaoik
Copy link

Hello, I am trying to implement the googlenet and getting the error:

NotImplementedError: Cannot convert a symbolic Tensor (pool1/3x3_s2_1/MaxPool:0) to a numpy array.

The line that the problem appears is:
pool1_norm1 = LRN(name='pool1/norm1')(pool1_3x3_s2)

image

Any ideas what is the problem and how to solve it?

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

No branches or pull requests

1 participant