Environment:
I use :
Processor SDK Linux for TDA4VM version 080600;
/edgeai-modelmaker :master;
Problem:
when I try to run example of modelmaker, the print info is:
Run params is at: /home/ubuntu/data2/ZYG/EdgeAI/edgeai-modelmaker/data/projects/tiscapes2017_driving/run/20230427-103639/yolox_nano_lite/run.yaml
No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda-11.3/'
/home/ubuntu/data2/ZYG/EdgeAI/edgeai-mmdetection/mmdet/utils/setup_env.py:33: UserWarning: Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please further tune the variable for optimal performance in your application as needed.
...
Python: 3.6.13 |Anaconda, Inc.| (default, Jun 4 2021, 14:25:59) [GCC 7.5.0]
CUDA available: False
GCC: gcc (GCC) 10.2.0
PyTorch: 1.10.0+cu113
I think that my gpuand cuda is not work at first, then I try to test my GPU by a runnning a deeplearning test project:
you can see that the gpu is work well, the result seems to told me that cuda environment is available!
I want to konw how to resolve the problem, thanks!