GithubHelp home page GithubHelp logo

Comments (3)

ansyral avatar ansyral commented on June 15, 2024

also has the problem on ubuntu10.04 with the Geforce gtx650 graphic card.is it the reason of the graphic card ?

from deepnet.

sanggeol avatar sanggeol commented on June 15, 2024

I am running this package on OS X 10.9.1 with GeForce GT 650M, but it requires a little bit of modification.
As you might know, deepnet packages uses cudamat for gpu computing, and cudamat has a rather weird way of locking a gpu. ('cudamat/gnu_lock.py') It looks for /dev/nvidia-0 and create a symlink to it, which means that it will only work on Linux systems as macs don't have /dev/anything.

So I have an even uglier solution. Go to /deepnet/trainer.py, and modify LockGPU. Mine looks like this.

board = 0
cm.cuda_set_device(board)
cm.cublas_init()
return board

Basically I'm skipping gpu locking and telling it to use gpu number 0 (which is the only gpu installed in my case). This is NOT a real solution, but it works for now. I would appreciate if anyone could share a better solution.

from deepnet.

danbri avatar danbri commented on June 15, 2024

I hit this issue too on a mac, and sanggeol's hack works for me.

from deepnet.

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.