You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我再训练模型时出现了这个错误:
ValueError: Not found CUDA runtime, please use export CUDA_HOME=XXX to specific it.
2023-11-13 23:18:01,747 - ERROR - voxelize builded fail!
RuntimeError: Failed to run command: , errors: Command 'cd /home/yi/.cache/paddle_extensions && /home/yi/miniconda3/envs/paddle_env/bin/python voxelize_setup.py build' returned non-zero exit status 1.
然后日志中提到没有可用的nvcc,但是我在命令行中输出nvcc -V是有CUDA版本信息的
The text was updated successfully, but these errors were encountered:
我再训练模型时出现了这个错误:
ValueError: Not found CUDA runtime, please use
export CUDA_HOME=XXX
to specific it.2023-11-13 23:18:01,747 - ERROR - voxelize builded fail!
RuntimeError: Failed to run command: , errors: Command 'cd /home/yi/.cache/paddle_extensions && /home/yi/miniconda3/envs/paddle_env/bin/python voxelize_setup.py build' returned non-zero exit status 1.
然后日志中提到没有可用的nvcc,但是我在命令行中输出nvcc -V是有CUDA版本信息的
The text was updated successfully, but these errors were encountered: