Closed nynyg closed 3 years ago
Update the torch_scatter installation instruction according to the latest documentation and also specify the version 2.0.4 explicitly as in environment.yaml:
2.0.4
environment.yaml
pip install torch-scatter==2.0.4 -f https://pytorch-geometric.com/whl/torch-1.4.0+cu101.html
Update the torch_scatter installation instruction according to the latest documentation and also specify the version
2.0.4
explicitly as inenvironment.yaml
: