-
Notifications
You must be signed in to change notification settings - Fork 4
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
concatenate error #1
Comments
Hi @akshitac8 Thanks for your report, I will check this issue today :D |
ohkay, Thank you :) |
Hi @akshitac8 what version of keras and tensorflow do you use? It can help me to figure it out the problem :) |
also I notice that the matrix size of these, [conv4_3_norm_mbox_priorbox, Have you executed these steps?
|
keras = 2.0.8 |
@akshitac8 Okay, I will figure it out :D |
@jedichien Any updates? |
@akshitac8 Recenly, I work on the other things. I'll try to find the problem this week as soon as possible :D |
@akshitac8 It seems like I got the answer, and thanks for your long waiting. Can you upgrade your keras and tensorflow version to 2.1.5 and 1.7.0 separately? I think it can solve this issue. If you cannot do it, let me know, and I will try to figure out the alternative solution :D |
Thank you for the information @jedichien I will try the solution. |
@akshitac8 please feel free to let me know if you still cannot run the code. :) |
The other 2 conctenate layer are working but when executing this layer. I get a valueError
Error:
It would be great if I could get a help with this Error.
Thank you :)
The text was updated successfully, but these errors were encountered: