Skip to content

Commit 27d7940

Browse files
committed
Update README.md
1 parent bdd9bdb commit 27d7940

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ A set of layers for graph convolutions in TensorFlow Keras that use RaggedTensor
3434
The package in [kgcnn](kgcnn) contains several layer classes to build up graph convolution models.
3535
Some models are given as an example.
3636
A [documentation](https://kgcnn.readthedocs.io/en/latest/index.html) is generated in [docs](docs).
37-
This repo is still under construction.
3837
Any comments, suggestions or help are very welcome!
3938

4039
<a name="requirements"></a>
@@ -188,7 +187,7 @@ dataset.read_in_memory()
188187
```
189188

190189
In [data.datasets](kgcnn/data/datasets) there are graph learning datasets as subclasses which are being downloaded from e.g.
191-
TUDatasets or MoleculeNet and directly processed and loaded. They are stored at `~/.kgcnn/datasets`.
190+
TUDatasets or MoleculeNet and directly processed and loaded. They are downloaded and stored at `~/.kgcnn/datasets` on your computer.
192191

193192
```python
194193
from kgcnn.data.datasets.MUTAGDataset import MUTAGDataset
@@ -199,7 +198,7 @@ print(dataset.edge_indices[0])
199198
<a name="examples"></a>
200199
# Examples
201200

202-
A set of example training can be found in [training](training).
201+
A set of example training can be found in [training](training). Training scripts are configurable with a hyperparameter config file and command line arguments regarding model and dataset.
203202

204203
# Issues
205204

0 commit comments

Comments
 (0)