hancyran/RepSurf

Testing without cuda / converting to onnx runtime

anassmu opened this issue · 0 comments

Hello everyone !

I managed to train repsurf on a different set of dataset ( My own dataset class ), i tested it, everything worked just fine, i want to know if i can run it on a machine without GPU, can I get rid of cuda extensions ( rewrite the pointops class for cpu and retrain) ? or simply convert it to onxx runtime ?

thanks !