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

mxnet installation error #59

Open
Vickeyhw opened this issue Sep 15, 2019 · 7 comments
Open

mxnet installation error #59

Vickeyhw opened this issue Sep 15, 2019 · 7 comments

Comments

@Vickeyhw
Copy link

when i install mxnet following the readme.md,after the command:git submodule update,
the following error appear.Maybe the mxnet version 0.10.0 is too old, could you help me ?
error: Server does not allow request for unadvertised object a50619b006fc753b8eb4cfccdea17698cba40d5e
Fetched in submodule path 'cub', but it did not contain a50619b006fc753b8eb4cfccdea17698cba40d5e. Direct fetching of that commit failed.

@bbidong
Copy link

bbidong commented Sep 19, 2019

@Vickeyhw Hi , i meet the same error. I delete the cub and manual add it again, then the problem is solved.

@Vickeyhw
Copy link
Author

@bbidong now the directory cub is empty,do you mean delete the directory and then manual add it?how can i manual add it?could you give more details? thank you

@angryhen
Copy link

@bbidong Hi , i meet the same error but I don't know how to solve it

@YifengMa9
Copy link

I did the following things and mxnet is installed successfully, but I haven't checked the performance(mAP) of FGFA with this mxnet.

  1. After finishing these commands:
git clone --recursive https://github.com/apache/incubator-mxnet.git
cd incubator-mxnet
git checkout v0.10.0

​ Remove the following content in .gitmodules file, so that git submodule update will not fetch cub.

[submodule "cub"]
	path = cub
	url = https://github.com/NVlabs/cub
  shallow=true

​ Then run git submodule update

  1. We should get cub files in proper version(89de7ab2016) manually. Go to https://github.com/NVlabs/cub/tree/89de7ab20167909bc2c4f8acd397671c47cf3c0d , click Clone or download and download Zip. Unzip it to ${MXNET_ROOT}/cub/
  2. Do 3.2 - 3.5 in the official README.md

@bbidong
Copy link

bbidong commented Oct 7, 2019 via email

@bbidong
Copy link

bbidong commented Oct 7, 2019 via email

@kayser-soze
Copy link

try this #68 (comment)

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

5 participants