LHDuan / ConDaFormer

[NeurIPS'23] ConDaFormer: Disassembled Transformer with Local Structure Enhancement for 3D Point Cloud Understanding
7 stars 0 forks source link

Does this model support inference on CPU? #2

Open ywang864 opened 5 months ago

ywang864 commented 5 months ago

Hi, thank you for your great work, my question is as the title, looking forward to hearing from you

LHDuan commented 5 months ago

ConDaFormer's code does not support inference on CPU because of its dependence on CUDA implementations.