Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Running error in the example code of googlenet #5714

Closed
shyhuai opened this issue Apr 6, 2017 · 2 comments
Closed

Running error in the example code of googlenet #5714

shyhuai opened this issue Apr 6, 2017 · 2 comments

Comments

@shyhuai
Copy link

shyhuai commented Apr 6, 2017

I run the example code of googlenet: image-classification on a K80 server with the newest version of MXNet(0.9.5). It seems that the error is caused by the size configuration of pooling. Could you help to fix it? Thanks.
The command I used:

python train_imagenet.py --network=googlenet --gpus=0

The error information:

raise MXNetError(py_str(_LIB.MXGetLastError()))
mxnet.base.MXNetError: Error in operator pooling4: [23:46:47] src/operator/./pooling-inl.h:196: Check failed: param_.kernel[0] <= dshape[2] + 2 * param_.pad[0] kernel size (7) exceeds input (6 padded to 6)
@123chengbo
Copy link

Image resolution is too small。
train_imagenet.py set default data_shape = '3, 224, 224', which is too small for googlenet,try 300.....

@szha
Copy link
Member

szha commented Sep 29, 2017

This issue is closed due to lack of activity in the last 90 days. Feel free to ping me to reopen if this is still an active issue. Thanks!

@szha szha closed this as completed Sep 29, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants