PaddlePaddle / Paddle3D

A 3D computer vision development toolkit based on PaddlePaddle. It supports point-cloud object detection, segmentation, and monocular 3D object detection models.
Apache License 2.0
573 stars 141 forks source link

SortPairsDescending to calculate temp_storage_bytes, status: invalid device function #429

Open juelietq opened 11 months ago

juelietq commented 11 months ago

本地环境如下:GPU Compute Capability: 6.1, Driver API Version: 11.2, Runtime API Version: 11.2,cuDNN Version: 8.1,paddlepaddle版本:2.5.2.post112,paddle3D成功训练,但evaluate评估时报错: top_k_function_cuda.h:1131] TopKOP failed as could not launch cub::DeviceSegmentedRadixSort::SortPairsDescending to calculate temp_storage_bytes, status: invalid device function

wangna11BD commented 10 months ago

请问具体是跑的哪个模型呢,evaluate命令是什么呢,报错信息可以给个完整的截图吗