-
Notifications
You must be signed in to change notification settings - Fork 335
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
AttributeError: 'str' object has no attribute 'rank' #224
Comments
please check mxnet version, make sure it's 1.1 or 1.2 |
Thank you for your response. I checked the version of mxnet. It's 0.11. What can I do to solve this problem? |
@zhreshold In fact, I downloaded the source code of mxnet 0.11 and try to train vgg16_reduced but got the same error. Is it a problem from the base_module.py or resulting from the change of mxnet's API? |
@TonyTangYu I mean mxnet version is 1.1 not 0.11 |
@zhreshold I know. Do you mean I should install mxnet 1.1 or 1.2? However I want to know how to solve this problem when it's 0.11. Could you do me a favour? |
|
@zhreshold Thank you for your response. But I install mxnet0.11 on the cloud server. It cannot connect the Internet and the pip command won't work on this occasion. Could you please give me another solution? Thank you. |
@zhreshold I upgraded the version of MXNet. It works now. Thank you! |
I run
python train.py --gpu 0 --batch-size 32 --lr 0.001
but I get the following problem.It seems that it results from the mxnet. There is no solution corresponding to this problem. I wanna solve this problem but don't know how. Could you please help me get over with it? Thank you!
The text was updated successfully, but these errors were encountered: