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

More precise installation instructions #9

Open
kindlychung opened this issue Nov 9, 2017 · 12 comments
Open

More precise installation instructions #9

kindlychung opened this issue Nov 9, 2017 · 12 comments

Comments

@kindlychung
Copy link

Hi.

I'm trying to follow the steps in readme but mxnet failed to compile. Could you list your commands?

Thanks.

@Bartzi
Copy link
Owner

Bartzi commented Nov 10, 2017

Hi,

I will add more precise commands.
Which steps do you have trouble with?

@kindlychung
Copy link
Author

I managed until step 8. Compiling mxnet gives lots of errors from gcc.

@kindlychung
Copy link
Author

But step 1-8 also needs to be more detailed. I had to do quite some trial-and-error to get them correct.

@Bartzi
Copy link
Owner

Bartzi commented Dec 4, 2017

Hi,

sry that it took me so long, I've been on holiday^^

Hmm, okay I will try to link to webpages for more precise instructions.
Did you make sure that you are using the correct version of MXNet (v0.9.3)?
What kind of errors do you get?

@kindlychung
Copy link
Author

@Bartzi
Copy link
Owner

Bartzi commented Dec 19, 2017

Hmm, I'm not sure but did you also set the submodules to the correct version?
This could be one of the sources of the errors you are seeing while compiling. If this is not the problem, I'm afraid that I can not help you 😕

@kindlychung
Copy link
Author

@Bartzi Which submodules are you referring to? And which versions should I use for them? Thanks.

@kindlychung
Copy link
Author

@Bartzi Do you have a private fork of mxnet? If so, could you upload that and share with the world? That would be great.

@Bartzi
Copy link
Owner

Bartzi commented Dec 21, 2017

I do not have a private fork of mxnet, because I did not change anything in mxnet^^
With submodules I mean the git submodules included in the mxnet repository.
You normally check them out with git submodule update --init, if you checkout the v0.9.3 you also have to make sure that the submodules are at the correct commit. You should be able to do so with this command: git submodule sync

@kindlychung
Copy link
Author

Ok, I'll try that. Thanks.

@kindlychung
Copy link
Author

BTW, which version of gcc do you use for the compilation?

@ThaiLe189
Copy link

Hello @kindlychung
I have the same problem
Did you fix it ?
Can you help me.
Thank you.

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