Skip to content
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

resnet50 failed using multi card #11192

Closed
guochaorong opened this issue Jun 5, 2018 · 0 comments
Closed

resnet50 failed using multi card #11192

guochaorong opened this issue Jun 5, 2018 · 0 comments
Assignees

Comments

@guochaorong
Copy link
Contributor

PaddlePaddle/paddle-ce-latest-kpis#34

第297行
feed=feeder.feed(data))
File "/root/.jumbo/lib/python2.7/site-packages/paddle/fluid/parallel_executor.py", line 238, in run
self.executor.run(fetch_list, fetch_var_name)
paddle.fluid.core.EnforceNotMet: enforce in_dims.size() == filter_dims.size() failed, 4 != 1
Conv input dimension and filter dimension should be the same. at [/paddle/paddle/fluid/operators/conv_op.cc:49]
PaddlePaddle Call Stacks:

打印了下面这些变量都是都是4dims
####4 name: "conv2d_xx.w_x"
type {
type: LOD_TENSOR
lod_tensor {
tensor {
data_type: FP32
dims: 2048
dims: 512
dims: 1
dims: 1
}
}
}

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