lab4d
lab4d copied to clipboard
[Bug/issue] Can training not be done on a MacBook Pro?
I plan to conduct experiments using a MacBook Pro equipped with an M2 Pro and an Apple GPU. There are issues with CUDA, seemingly due to the quaternion library. Do you have any solutions or recommendations for resolving this?
Hi, did you run the last step in get started?
Probably you want to manually install the quaternion library
cd lab4d/third_party/quaternion && pip install .
When doing so, you want to preappend CUDA_HOME=path-to-conda/envs/lab4d/ to the pip command
You might also want to check whether cudatoolkit-dev is installed
(ppr-diffphys) gengshany@dl:~/code/ppr-diffphys$ conda list cudatoolkit-dev
# packages in environment at /home/gengshany/miniconda3/envs/ppr-diffphys:
#
# Name Version Build Channel
cudatoolkit-dev 11.7.0 h1de0b5d_6 conda-forge