Skip to content

python ./predict.py has error #8

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

Open
abhishek31704 opened this issue Mar 14, 2021 · 2 comments
Open

python ./predict.py has error #8

abhishek31704 opened this issue Mar 14, 2021 · 2 comments

Comments

@abhishek31704
Copy link

Could you please point out why I get the error when I run python .Predict.py:

InvalidArgumentError (see above for traceback): ConcatOp : Dimensions of inputs should match: shape[0] = [1,192,384,16] vs. shape[1] = [1,2688,2688,8]
[[node while/conv_gru1/Gates/concat (defined at C:\Abhi\thesis_pjt\liu2020novel\REDNet-master\network.py:656) ]]

@zpp1996
Copy link

zpp1996 commented Apr 13, 2021

请问你有这个源码的数据集吗?

@gpcv-liujin
Copy link
Owner

Could you please point out why I get the error when I run python .Predict.py:

InvalidArgumentError (see above for traceback): ConcatOp : Dimensions of inputs should match: shape[0] = [1,192,384,16] vs. shape[1] = [1,2688,2688,8]
[[node while/conv_gru1/Gates/concat (defined at C:\Abhi\thesis_pjt\liu2020novel\REDNet-master\network.py:656) ]]

It seems like there is a mismatch error in the size of the input data. Maybe you are using a data set that does not match the script “predict.py”.

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

3 participants