Giter VIP home page Giter VIP logo

Comments (5)

aliakber366 avatar aliakber366 commented on July 19, 2024

I ran into the same issue, @suyash8991 did you find any solution for this error?

from humanbehaviorbku.

dolongbien avatar dolongbien commented on July 19, 2024

Hi, make sure you were running under the GPU mode of Colab. Also, double-check the CUDA version and follow the right instruction on C3D notebook of this repo.

from humanbehaviorbku.

mh-y avatar mh-y commented on July 19, 2024

Also, feature extractions for examples fail when already completed.
Please make sure that the feature has already been extracted.

from humanbehaviorbku.

harshith7823 avatar harshith7823 commented on July 19, 2024

I too got something similar -> F0228 17:00:14.112013 6347 syncedmem.cpp:47] Check failed: error == cudaSuccess (46 vs. 0) all CUDA-capable devices are busy or unavailable
If anyone knows how to resolve this, pls let me know

from humanbehaviorbku.

ericbyeric avatar ericbyeric commented on July 19, 2024

Try the following commands in the beginning of the code

install cuda 10.2

!wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-ubuntu1804.pin
!sudo mv cuda-ubuntu1804.pin /etc/apt/preferences.d/cuda-repository-pin-600
!sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pub
!sudo add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ /"
!apt-get update
!apt-get -y install cuda-10.2

I resolved the same issue in this way

from humanbehaviorbku.

Related Issues (19)

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.