-
Notifications
You must be signed in to change notification settings - Fork 67
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
Problem with running #3
Comments
@sportbilly13 |
The console I am getting During handling of the above exception, another exception occurred: Traceback (most recent call last): I think in the def_conv the time it is called for the conv2 layer it gets in the else statement and stops at the line of |
@sportbilly13 |
No and in the model is call the conv1 |
@sportbilly13
Thus I guess the reason of the error is you |
Thanks very much |
Hello Wei
I quite new in neural networks. I tried to run the code with not many data just to see how it will run and I am getting this error
ValueError: Dimensions must be equal, but are 48 and 27 for 'conv2/Conv2D' (op: 'Conv2D') with input shapes: [?,27,27,48], [?,27,27,48].
I am running in Puthon3.5.
Thanks
Vasilis
The text was updated successfully, but these errors were encountered: