ubuntu 20.04安装 neural-renderer-pytorch 问题

成功配置:

1.cuda 版本 V10.1

2.gcc --verision g++ --version  8.4.0

3.pytorch 1.9.1+cu111 torchvision 0.10.1+cu111

指令:

sudo update-alternatives --config gcc (gcc版本<=8)

sudo ln -s /usr/bin/g++-8 /usr/bin/g++ (报错找不到g++时,建立软链接)

git clone https://github.com/daniilidis-group/neural_renderer.git

python setup.py install

你可能感兴趣的:(linux,ubuntu,算法)