lbann
lbann copied to clipboard
Update layer graph constructor to not require trainer
The proto layer graph constructor should not require the trainer, but it wants the number of parallel readers for the input layers. Once the data reader moves, we can remove this dependency.