CGuangyan-BIT / PointGPT

[NeurIPS 2023] PointGPT: Auto-regressively Generative Pre-training from Point Clouds
MIT License
182 stars 20 forks source link

Dependency versions #22

Open Mikey-E opened 4 months ago

Mikey-E commented 4 months ago

I have been trying to get this to install with many different dependency versions. They cause errors.

For the requirements section, could you specify specific versions that work together for a successfully running instance rather than just '>='? It might be good to note what GPU was used as well, with what exact CUDA. For each dependency (with exact version) how did you obtain and install that version e.g. conda/pip/etc?

CGuangyan-BIT commented 4 months ago

Hello! The versions are as follows:

----- from nvidia-smi ----------- NVIDIA driver version 515.76 CUDA Version 11.7 ----- from nvidia-smi -----------

----- from pip list ----------- torch 1.8.1+cu111 torchaudio 0.8.1 torchstat 0.0.7 torchvision 0.9.1+cu111 ----- from pip list -----------