Aayush Shah
Aayush Shah
Thank you for the reply! I was able to progress with the preprocessed data from huggingface, however I am facing some CUDA errors. I got a warning saying there was...
Thank you for the advice, I was able to run the script by changing the TORCH_CUDA_ARCH_LIST to include only 8.6 (for A6000 GPU). Changing this allowed the script to run,...
Thank you so much, I was able to reproduce the results using that script. I also had a query regarding running the model on my custom point cloud data. If...