We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca0476 commit 370b878Copy full SHA for 370b878
README.md
@@ -7,6 +7,19 @@ Molecular representation is a foundational element in our understanding of the p
7
8
The data is available at https://drive.google.com/drive/folders/1cDTih3LFKu5vEmoy6EvtoTgif9dE1_HV?usp=share_link
9
10
+
11
+## Environment
12
13
+PyG is very tricky to install, so usually we use the following installation commands:
14
15
+```bash
16
+conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch -c nvidia
17
+conda install pyg -c pyg
18
+conda install -c conda-forge pytorch-lightning
19
+```
20
21
+Please, make sure that your are using 1.x version of PyTorch Lightning.
22
23
## Steps to reproduce the results
24
25
### Step 1: data preparation
0 commit comments