-
Notifications
You must be signed in to change notification settings - Fork 189
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
Comments
@Vickeyhw Hi , i meet the same error. I delete the cub and manual add it again, then the problem is solved. |
@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 |
@bbidong Hi , i meet the same error but I don't know how to solve it |
I did the following things and mxnet is installed successfully, but I haven't checked the performance(mAP) of FGFA with this mxnet.
Remove the following content in
Then run
|
yeap, I do the same with you. But I meet some problems during the process “make -j4”,------------------ 原始邮件 ------------------
发件人: "lostork"<[email protected]>
发送时间: 2019年10月5日(星期六) 晚上9:35
收件人: "msracver/Flow-Guided-Feature-Aggregation"<[email protected]>;
抄送: "bbidong"<[email protected]>;"Mention"<[email protected]>;
主题: Re: [msracver/Flow-Guided-Feature-Aggregation] mxnet installationerror (#59)
I did the following things and mxnet is installed successfully, but I haven't checked the performance(mAP) of FGFA with this mxnet.
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
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/
Do 3.2 - 3.5 in the official README.md
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
hi, i am sorry to be late, you can follow the lostork to solve the problem. ------------------ 原始邮件 ------------------
发件人: "Steff Lin"<[email protected]>
发送时间: 2019年9月25日(星期三) 下午5:26
收件人: "msracver/Flow-Guided-Feature-Aggregation"<[email protected]>;
抄送: "bbidong"<[email protected]>;"Mention"<[email protected]>;
主题: Re: [msracver/Flow-Guided-Feature-Aggregation] mxnet installationerror (#59)
@bbidong Hi , i meet the same error but I don't know how to solve it
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
try this #68 (comment) |
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.
The text was updated successfully, but these errors were encountered: