Skip to content

Latest commit

 

History

History

mgn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MeshGraphNets (2018)

Original Paper arXiv
Original Source GitHub

Examples

Validation

This code was written based off the original source in the Deep Mind repository. Validation includes ensuring numerically correct output is produced for same weight values.

Notes:

  • InvertableNorm was created to match the Normalizer from the original model
  • unsorted_segsum implements TensorFlow's UnsortedSegmentSum.