question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No GPU is detected in the machine and we will not proceed to run TextPredictor because they will train too slowly with only CPU.

See original GitHub issue

Hi all, I`m trying to use TextPredictor in my lab server, our server has 8 V100s but the error denotes that mxnet cannot detect GPUs. When I assign 4 GPUs, the following results are listed on the right.

print(mxnet.context.num_gpus()) #0 print(get_gpu_count()) # 8 print(get_gpu_count_mxnet()) # 0 print(get_gpu_count_torch()) # 4 print(get_gpu_count_all()) # 8

It would be great thanks if I can get help. Thanks in advance.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11

github_iconTop GitHub Comments

1reaction
Innixmacommented, Feb 23, 2022

You may also consider following the pre-release install instructions: https://auto.gluon.ai/dev/install.html

1reaction
sxjsciencecommented, Feb 23, 2022

You may try the following command:

python3 -m pip install -U pip
python3 -m pip install -U setuptools wheel
python3 -m pip install -U "mxnet<2.0.0"
git clone https://github.com/awslabs/autogluon
cd autogluon && ./full_install.sh
Read more comments on GitHub >

github_iconTop Results From Across the Web

No GPU is detected in the machine and we will not proceed to ...
No GPU is detected in the machine and we will not proceed to run TextPredictor because they will train too slowly with only...
Read more >
Source code for autogluon.text.text_prediction.text_prediction
Internally, we will try to use GPU whenever it's possible. ... will ' 'not proceed to run TexPrediction because they will train '...
Read more >
Using a GPU - Databricks
Try running the above code on both the CPU and GPU, increasing the number slowly. Start with 1500, then try 3000, then 4500,...
Read more >
Getting started with PyTorch - IBM
GPU and CPU variants cannot exist in a single environment, but you can create multiple environments with GPU-enbled packages in some and CPU-only...
Read more >
autogluon 0.6.0 - PythonFix.com
... No GPU is detected in the machine and we will not proceed to run TextPredictor because they will train too slowly with...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found