lbann
lbann copied to clipboard
Feature ds return random data on fail
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 to show that if you never exchange data, the training can still continue. I will work on adding support for JAG failing to find a file as well.