InvalidArgumentError: The 2-th dimension of input[0] and input[1] is expected to be equal.But received input[0]'s shape = [1, 512, 13, 64], input[1]'s shape = [1, 512, 1, 832]. [Hint: Expected inputs_dims[0][j] == inputs_dims[i][j], but received inputs_dims[0][j]:13 != inputs_dims[i][j]:1.] (at C:\home\workspace\Paddle_release\paddle/phi/kernels/funcs/concat_funcs.h:83) #12993
Replies: 4 comments
-
多次按照教程重装还是报这样的错误 |
Beta Was this translation helpful? Give feedback.
-
这个问题解决了吗?我在Mac环境下,没有这个报错,但是在Linux container中有这个报错,即使我把两边的安装包都统一了。 安装包信息: aiohttp 3.9.3 |
Beta Was this translation helpful? Give feedback.
-
请问一下 @tink2123 这个问题怎么解决呀? |
Beta Was this translation helpful? Give feedback.
-
这是不是paddle的问题啊 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
e[1me[35m--- Running analysis [inference_op_replace_pass]e[0m
e[1me[35m--- Running analysis [memory_optimize_pass]e[0m
I1120 11:52:07.862658 45768 memory_optimize_pass.cc:216] Cluster name : transpose_14.tmp_1 size: 0
I1120 11:52:07.864651 45768 memory_optimize_pass.cc:216] Cluster name : linear_43.tmp_1 size: 26500
I1120 11:52:07.864651 45768 memory_optimize_pass.cc:216] Cluster name : conv2d_113.tmp_1 size: 2048
I1120 11:52:07.864651 45768 memory_optimize_pass.cc:216] Cluster name : batch_norm_35.tmp_3 size: 6144
I1120 11:52:07.866645 45768 memory_optimize_pass.cc:216] Cluster name : x size: 576
I1120 11:52:07.867645 45768 memory_optimize_pass.cc:216] Cluster name : batch_norm_47.tmp_3 size: 6144
I1120 11:52:07.874625 45768 memory_optimize_pass.cc:216] Cluster name : transpose_13.tmp_0_slice_2 size: 480
I1120 11:52:07.879612 45768 memory_optimize_pass.cc:216] Cluster name : transpose_10.tmp_0_slice_2 size: 480
e[1me[35m--- Running analysis [ir_graph_to_program_pass]e[0m
I1120 11:52:07.972364 45768 analysis_predictor.cc:1035] ======= optimize end =======
I1120 11:52:07.973362 45768 naive_executor.cc:102] --- skip [feed], feed -> x
I1120 11:52:07.981340 45768 naive_executor.cc:102] --- skip [softmax_5.tmp_0], fetch -> fetch
C++ Traceback (most recent call last):
Not support stack backtrace yet.
Error Message Summary:
InvalidArgumentError: The 2-th dimension of input[0] and input[1] is expected to be equal.But received input[0]'s shape = [1, 512, 13, 64], input[1]'s shape = [1, 512, 1, 832].
[Hint: Expected inputs_dims[0][j] == inputs_dims[i][j], but received inputs_dims[0][j]:13 != inputs_dims[i][j]:1.] (at C:\home\workspace\Paddle_release\paddle/phi/kernels/funcs/concat_funcs.h:83)
我们提供了AceIssueSolver来帮助你解答问题,你是否想要它来解答(请填写yes/no)?/We provide AceIssueSolver to solve issues, do you want it? (Please write yes/no):
请尽量不要包含图片在问题中/Please try to not include the image in the issue.
Beta Was this translation helpful? Give feedback.
All reactions