Giter Club home page Giter Club logo

Comments (3)

meetps avatar meetps commented on August 15, 2024 1

I've solved this by checking out to v1.6.4 on cub submodule.

from fcis.

abduallahmohamed avatar abduallahmohamed commented on August 15, 2024

Ok,
git checkout 62ecb60, and compiling mxnet isn't working due to wrong decencies,
so I solved it by checking out the correct version for each dependencies .
so the full instruction are:

Install the following:

apt-get install -y build-essential git
apt-get install -y libopenblas-dev
apt-get install -y libopencv-dev

Clone:
git clone --recursive https://github.com/dmlc/mxnet
Checkout the correct version:

git checkout 62ecb60
cd /mxnet/cub/;git checkout 89de7ab;
cd /mxnet/dmlc-core/;git checkout b5bec54;
cd /mxnet/mshadow/;git checkout 23210f3;
cd /mxnet/nnvm/;git checkout ddf3c17;
cd /mxnet/nnvm/dmlc-core/;git checkout 3a51614;
cd /mxnet/ps-lite/;git checkout acdb698;

And then compile it with:
cd /mxnet/; make -j $(nproc) USE_OPENCV=1 USE_BLAS=openblas USE_CUDA=1 USE_CUDA_PATH=/usr/local/cuda USE_CUDNN=1;

from fcis.

meetps avatar meetps commented on August 15, 2024

error: pathspec '89de7ab' did not match any file(s) known to git.

when I try to do git checkout 89de7ab in the cub repo.

Any solutions?

from fcis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.