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 issueHi 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:
- Created 2 years ago
- Comments:11
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You may also consider following the pre-release install instructions: https://auto.gluon.ai/dev/install.html
You may try the following command: