lbann
lbann copied to clipboard
Python front end creates different model files for each run
When the PFE creates the prototext the naming and ordering of writing to file is not stable. This makes diff'ing two model files unnecessarily hard. We should use a stable graph traversal algorithm to fix this.