UT-Austin-RPL/Coopernaut

cd MinkowskiEngine; python setup.py install --cpu_only;

1146065545 opened this issue · 2 comments

why use cpu ?
why not use gpu????????????????

why??
this is written in install.sh?
i dont understand

This issue has been resolved through private communication.
Reason for installing cpu version of MinkowskiEngine: compatibility with PyTorch and we only used the farthest pooling which does not require GPU acceleration.