LansburyCH / relightable-nr

A Neural Rendering Framework for Free-Viewpoint Relighting (CVPR 2020)
Other
115 stars 25 forks source link

torch_scatter error while running bash train_rnr.sh #3

Closed avani17101 closed 3 years ago

avani17101 commented 3 years ago

Screenshot from 2020-09-13 00-57-20 I get the above error on running bash train_rnr.sh. Its not error with script but the torch-scatter is not getting imported I installed it via pip --no-cache-dir install torch-scatter==1.3.2 -f https://pytorch-geometric.com/whl/torch-1.1.0.html as given in readme of your code. Can you help/assist with this error?

avani17101 commented 3 years ago

Cuda 9 is near deprecation. I shifted to Cuda 10 and it is working fine