Giter VIP home page Giter VIP logo

Comments (1)

Hyper5phere avatar Hyper5phere commented on May 27, 2024

Hi,

I don't think kashgari (an NLP framework) has anything to do with the AIR detector, so I suggest you uninstall it from your current Python environment to avoid any module name conflicts.

The first error CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected suggests that you're either running on a CPU machine or your CUDA installation is somehow misconfigured. I recommend trying the CPU build/container of the AIR-detector and trying to run the convert-model.sh script again. Alternatively, you can play with your CUDA settings, but it can be difficult in a restricted Google Colab environment.

Lastly, maybe it's just about the CUDA_VISIBLE_DEVICES environment variable not being properly set, in which case running something like

CUDA_VISIBLE_DEVICES=0 /bin/bash convert-model.sh

might do the trick for you.

from air.

Related Issues (5)

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.