安装完yolov3后准备测试图片,出现报错 (paddle) sunyiying@sunyiying

安装完yolov3后准备测试图片,出现报错 (paddle) sunyiying@sunyiyingdeMacBook-Pro PaddleDetection % python -u tools/infer.py -c contrib/VehicleDetection/vehicle_yolov3_darknet.yml \ -o weights=vehicle_yolov3_darknet \ --infer_dir contrib/VehicleDetection/demo \ --draw_threshold 0.2 \ --output_dir contrib/VehicleDetection/demo/output 2021-03-25 22:39:05,038 - ERROR - Config use_gpu cannot be set as true while you are using paddlepaddle cpu version ! Please try: 1. Install paddlepaddle-gpu to run model on GPU 2. Set use_gpu as false in config file to run model on CPU 于是我开始尝试重新下一个paddlepaddle-gpu,但是又出现报错 (paddle) sunyiying@sunyiyingdeMacBook-Pro PaddleDetection % python -m pip install paddlepaddle-gpu ERROR: Could not find a version that satisfies the requirement paddlepaddle-gpu ERROR: No matching distribution found for paddlepaddle-gpu 我应该怎么解决呢?菜鸟提问,求大佬解答[face]monkey2:018.png[/face][face]monkey2:018.png[/face],谢谢了🙏

报错不是说了你安装的paddle的版本是cpu的版本,但是你的配置里面是设置gpu的。查找下配置,改成cpu运行,或者重新安装gpu版本