-
Notifications
You must be signed in to change notification settings - Fork 30
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
Error facing [Help me] #22
Comments
The input image size can be changed here: attribute-aware-attention/cub_demo.py Line 51 in 4b4cf87
|
solved the issue. the problem is didn't get the right output feature map shape for activation_49
while doing Reshape, activation_49 shape mismatching with (final_dim, L) shape. right requirements:
what was wrong here is,
|
ValueError: Shape must be rank 2 but is rank 3 for 'MatMul_29' (op: 'MatMul') with input shapes: [?,196,512], [?,512].
How to solve this issue @iamhankai, sir? please help me to solve it. |
Running Command:
Requirements:
added additionally, for backend set as 'theano'
Error 1: ImportError: cannot import name inplace_increment
Deleting the cache manually worked.
rm -rf ~/.theano
Error 2: AttributeError: 'module' object has no attribute 'ifelse'
Your version of theano is probably too new for that version of Keras. You should try downgrading theano to 0.9.x,
pip install theano==0.9.0
Error 3: ValueError: Negative dimension size caused by subtracting 3 from 2 for 'MaxPool' (op: 'MaxPool') with input shapes: [?,2,2240,64].
i followed @iamhankai sir suggestion . changed "image_data_format" to "channels_first".
sudo gedit $HOME/.keras/keras.json
Error 4: ValueError: total size of new array must be unchanged
I saw @iamhankai suggestion for this issue. but not understand clearly. I have few doubts, please help me @iamhankai @Muneeb699 sir. it is my request.
Please guide me to solve this issue @iamhankai, sir.
Thanks and Regards
Murugan Rajenthiran
The text was updated successfully, but these errors were encountered: