Update README.md
This commit is contained in:
parent
ccc16f2d6e
commit
a094733f12
|
@ -31,10 +31,8 @@ conda env create -f environment.yaml
|
||||||
conda activate sap
|
conda activate sap
|
||||||
```
|
```
|
||||||
|
|
||||||
Now, you can install [PyTorch3D](https://pytorch3d.org/) 0.6.0 from the [official instruction](https://github.com/facebookresearch/pytorch3d/blob/master/INSTALL.md#3-install-wheels-for-linux) as follows
|
Next, you should install [PyTorch3D](https://pytorch3d.org/) (**>=0.5**) yourself from the [official instruction](https://github.com/facebookresearch/pytorch3d/blob/master/INSTALL.md#3-install-wheels-for-linux).
|
||||||
```sh
|
|
||||||
pip install pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu102_pyt190/download.html
|
|
||||||
```
|
|
||||||
And install [PyTorch Scatter](https://github.com/rusty1s/pytorch_scatter):
|
And install [PyTorch Scatter](https://github.com/rusty1s/pytorch_scatter):
|
||||||
```sh
|
```sh
|
||||||
conda install pytorch-scatter -c pyg
|
conda install pytorch-scatter -c pyg
|
||||||
|
|
Loading…
Reference in a new issue