Hi,
I'm seeing if it's possible to integrate adaptdl with PyTorch Lightning (specifically the Deepspeech2 open source repo). Potential problems I see are:
- Would the
adaptdl specific the dataloader and the model be compatible?
- Also, what should I do about the
remaining_epochs_until iterator? Or, if I give up the remaining_epochs_until iterator and stop training at a specific validation metric, would that work?
Thanks a lot.