Brian Van Essen

Results 45 issues of Brian Van Essen

There is a poor behavior in Spack environments where PyTorch is concretizing some of its dependents with different GPU architectures than what LBANN and the rest of the environment are...

bug

Starting work on enabling GitLab to build LBANN in CI testing.

Rework the way that we include the headers across the project to use the include-what-you-use methodology. This should help us drive down compile time by reducing header dependencies and scope....

do_not_merge

do_not_merge

Create a new LBANN core interface and front end driver Note that the initial version will replicate the `lbann_inf` driver - [x] Create external c++ "driver" file - [x] External...

enhancement

Copying of data readers and interface to the data store need to be cleaned up and done in a consistent manner. JAG data reader SMILES data reader IMAGE data reader...

enhancement

Change LBANN_DETERMINISTIC to a runtime option. This will also require setting OMP_NUM_THREADS=1

enhancement

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...

enhancement

This PR allows the data store to to substitute missing data samples with valid samples already existing in the data store. On the smiles data reader this has been tested...

enhancement

Not just the averaged, epoch metric

enhancement