Skip to content

Commit 154186c

Browse files
szaman19tbennun
andauthored
Apply suggestions from code review
Co-authored-by: Tal Ben-Nun <[email protected]>
1 parent 14c86ed commit 154186c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

applications/graph/MeshGraphNet/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## Mesh Graph Networks
22

3-
This example contains LBANN implementation of mesh-based graph neural network with
4-
syntheticly generated data.
3+
This example contains an LBANN implementation of mesh-based graph neural network (MeshGraphNet) with
4+
synthetically generated data.
5+
For more information about the model, refer to: T. Pfaff et al., "Learning Mesh-Based Simulation with Graph Networks". ICLR'21.
56

67
---
78
### Running the example

applications/graph/MeshGraphNet/SyntheticData.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,3 @@ def sample_dims_func():
3434
return (size, )
3535

3636

37-
if __name__ == '__main__':
38-
print(NUM_NODES)

0 commit comments

Comments
 (0)