AssertionError: Not compiled with CUDA
Created by: NULL-JC
- 版本、环境信息: 1)PaddlePaddle版本:PaddlePaddle 1.7.1 paddleHub 1.6,2 4)系统环境:win10 python3.7
- 训练信息 1)单机,单卡
Traceback (most recent call last): File "F:/学习资料/计算机/大二/下/人工智能/Text_Analysis/loadModule.py", line 70, in metrics_choices=["f1"]) File "E:\software\program\Python37\lib\site-packages\paddlehub\finetune\task\classifier_task.py", line 179, in init metrics_choices=metrics_choices) File "E:\software\program\Python37\lib\site-packages\paddlehub\finetune\task\classifier_task.py", line 49, in init metrics_choices=metrics_choices) File "E:\software\program\Python37\lib\site-packages\paddlehub\finetune\task\base_task.py", line 311, in init self.place = self.places[0] File "E:\software\program\Python37\lib\site-packages\paddlehub\finetune\task\base_task.py", line 450, in places _places = fluid.framework.cuda_places() File "E:\software\program\Python37\lib\site-packages\paddle\fluid\framework.py", line 314, in cuda_places "Not compiled with CUDA" AssertionError: Not compiled with CUDA