Installation guide for SPVNAS repository
(code): https://github.com/mit-han-lab/spvnas
conda create -n spvnas python=3.7
conda activate spvnas
conda install cudatoolkit=11.3 -c conda-forge -y
conda install nvidia-/label/cuda-11.3.1::cuda-toolkit
conda install pytorch==1.10.0 torchvision==0.11.0 torchaudio==0.10.0 cudatoolkit=11.3 -c pytorch -c conda-forge
conda install numba=0.53 opencv=4.2.0 -c conda-forge
pip install torchpack
conda install -c conda-forge ninja
conda install bioconda::google-sparsehash
conda install gxx_linux-64=9.3.0
export CC=$(which x86_64-conda-linux-gnu-gcc)
export CXX=$(which x86_64-conda-linux-gnu-g++)
이 후 아래 command를 통해 설치 진행
pip install --upgrade git+https://github.com/mit-han-lab/torchsparse.git
마침 필요한 정보였는데 감사합니다