Skip to content

Commit 77aa43a

Browse files
committed
refactoring for version 2.0
1 parent 7b49b71 commit 77aa43a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ import numpy as np
175175
dataset = MemoryGraphDataset(data_directory="ExampleDir", dataset_name="Example")
176176
dataset.edge_indices = [np.array([[1, 0], [0, 1]])]
177177
dataset.edge_labels = [np.array([[0], [1]])]
178-
dataset.save()
179-
dataset.load()
180178
```
181179

182180
The subclasses `QMDataset`, `MoleculeNetDataset` and `GraphTUDataset` further have functions required for the specific dataset to convert and load files such as ".txt", ".sdf", ".xyz" etc. via `prepare_data()` and `read_in_memory()`.

0 commit comments

Comments
 (0)