Skip to content
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

Use PyTorch Lightning to handle the training (free checkpointing + logging + 16-bit precision) #11

Closed
williamFalcon opened this issue Aug 19, 2020 · 3 comments · May be fixed by #14
Closed

Comments

@williamFalcon
Copy link

williamFalcon commented Aug 19, 2020

Awesome repo!

However, not sure why go through the effort of implementing your own trainer again...

In lightning we already support:

  • automatic checkpoint loading/saving
  • multi-cpu
  • multip-gpu
  • multi-tpu core
  • 16-bit precision (amp and native)
  • accumulated gradients
  • and about 40+ more features.

Not to mention it's maintained by a team of over 20+ fulltime engineers and 200+ open-source contributors and has been adopted by over 400 companies and research labs.

https://pytorch-lightning.readthedocs.io/en/latest/new-project.html

@williamFalcon williamFalcon changed the title Use PyTorch Lightning to handle the training Use PyTorch Lightning to handle the training (free checkpointing + logging + 16-bit precision) Aug 19, 2020
@ykumards
Copy link

tenor
minGPT, no? 😬

@karpathy
Copy link
Owner

@williamFalcon your link above doesn't work btw. Closing the Issue and will look at the PR shortly.

@williamFalcon
Copy link
Author

williamFalcon commented Aug 20, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants