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

ValueError: (InvalidArgument) Custom operator's 0-th output is not initialized. Please check your implementation again. If you are using inplace optional output, then you must use paddle::Optional to decorate this output (at ../paddle/fluid/pybind/eager_functions.cc:662) #406

Open Wang0203 opened 1 year ago

Wang0203 commented 1 year ago

image 请问这是什么问题,算子有问题吗?

Birdylx commented 10 months ago

@Wang0203 从报错信息来看是的,自定义算子的输出没有初始化,可以检查下对应的python api的输入输出是否正确。