资讯

Test CUDA with PyTorch I assume that you already have Python installed on your machine, so this tutorial would not be covering that part. ⚠️ NOTE: The latest PyTorch requires Python 3.8 or later.
conda create -n YOLO python=3.10.10 conda activate YOLO conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia pip install opencv-python pip install PyYAML pip install ...