-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrating with PyTorch Lightning #117
Comments
Hi! I think integrating with Lightning would be a great idea. For your two questions:
|
@jaywonchung Did you make it work and did you publish it? I am interested in this as well. |
Nah, I just reverted to an older version of Deepspeech2 that didn't use PyTorch Lightning and integrated adaptdl there. |
Too bad, but thank you for the fast reply :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:adaptdl
specific the dataloader and the model be compatible?remaining_epochs_until
iterator? Or, if I give up theremaining_epochs_until
iterator and stop training at a specific validation metric, would that work?Thanks a lot.
The text was updated successfully, but these errors were encountered: