We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
Any ideas what is the problem and how to solve it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
Any ideas what is the problem and how to solve it?
The text was updated successfully, but these errors were encountered: