bryanjohns

Results 2 comments of bryanjohns

My impression is that this functionality (preserving sections) is now the default behavior, so the flag is not needed. The `keepSections` flag is set as `True` when the `Extractor` class...

> 1. function run_batch in train.py > > ``` > > def run_batch(model, args, device, compute_loss_fct): > for arg in args: > if arg is not None: > arg =...