https://github.com/rasbt/faster-pytorch-blog
Outlining techniques for improving the training performance of your PyTorch model without compromising its accuracy
https://github.com/rasbt/faster-pytorch-blog
deeplearning lightning pytorch transformers
Last synced: 10 months ago
JSON representation
Outlining techniques for improving the training performance of your PyTorch model without compromising its accuracy
- Host: GitHub
- URL: https://github.com/rasbt/faster-pytorch-blog
- Owner: rasbt
- Created: 2023-02-23T14:08:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T17:33:25.000Z (over 3 years ago)
- Last Synced: 2025-04-14T03:38:11.269Z (over 1 year ago)
- Topics: deeplearning, lightning, pytorch, transformers
- Language: Python
- Homepage: https://sebastianraschka.com/blog/2023/pytorch-faster.html
- Size: 42 KB
- Stars: 127
- Watchers: 3
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# faster-pytorch-blog
Code for the blog post [Some Techniques To Make Your PyTorch Models Train Faster](https://sebastianraschka.com/blog/2023/pytorch-faster.html).