Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tal Ben-Nun <[email protected]>
  • Loading branch information
szaman19 and tbennun authored Mar 26, 2023
1 parent 14c86ed commit 154186c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions applications/graph/MeshGraphNet/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## Mesh Graph Networks

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

---
### Running the example
Expand Down
2 changes: 0 additions & 2 deletions applications/graph/MeshGraphNet/SyntheticData.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,3 @@ def sample_dims_func():
return (size, )


if __name__ == '__main__':
print(NUM_NODES)

0 comments on commit 154186c

Please sign in to comment.