Skip to content

Commit 04fbd3e

Browse files
committed
update readme
1 parent ae16ed2 commit 04fbd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Cosmo is a neural network architecture based on message passing on geometric gra
1414

1515
Cosmo layers operate on lifted geometric graphs. These are computed from an adjacency matrix of the data, either given by e.g. atomic bond connectivity, or constructed by e.g. k-NN:
1616

17-
`adj = torch_geometric.nn.knn_graph(coords, k, batch_index)`
17+
```adj = torch_geometric.nn.knn_graph(coords, k, batch_index)```
1818

1919
where `coords` are the input point coordinates of the data, `k` is a hyperparameter, and `batch_index` assigns each node to an instance in the batch (compare the computing principles of [PyG](https://pytorch-geometric.readthedocs.io/en/2.4.0/index.html), which we highly recommend to use).
2020

0 commit comments

Comments
 (0)