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?
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?