You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Graph-based models for molecular property prediction and ontology classification
7
7
8
8
## Installation
9
9
10
-
To install this repository, download it and run
10
+
To install this repository, download it and run
11
11
12
12
```bash
13
13
pip install .
@@ -30,7 +30,7 @@ Replace:
30
30
-`${TORCH}` with a PyTorch version (e.g., `2.6.0`; for later versions, check first if they are compatible with torch_scatter and torch_geometric)
31
31
-`${CUDA}` with e.g. `cpu`, `cu118`, or `cu121` depending on your system and CUDA version
32
32
33
-
If you already have `torch` installed, make sure that `torch_scatter` and `torch_geometric` are compatible with your
33
+
If you already have `torch` installed, make sure that `torch_scatter` and `torch_geometric` are compatible with your
34
34
PyTorch version and are installed with the same CUDA version.
35
35
36
36
For a full list of currently available PyTorch versions and CUDA compatibility, please refer to libraries' official documentation:
@@ -68,11 +68,10 @@ my_projects/
68
68
### Ontology Prediction
69
69
70
70
71
-
This example command trains a Residual Gated Graph Convolutional Network on the ChEBI50 dataset (see [wiki](https://github.com/ChEB-AI/python-chebai/wiki/Data-Management)).
72
-
The dataset has a customizable list of properties for atoms, bonds and molecules that are added to the graph.
71
+
This example command trains a Residual Gated Graph Convolutional Network on the ChEBI50 dataset (see [wiki](https://github.com/ChEB-AI/python-chebai/wiki/Data-Management)).
72
+
The dataset has a customizable list of properties for atoms, bonds and molecules that are added to the graph.
73
73
The list can be found in the `configs/data/chebi50_graph_properties.yml` file.
0 commit comments