https://github.com/tyleryep/lightning-cnn
Example CNN written using Pytorch Lightning.
https://github.com/tyleryep/lightning-cnn
Last synced: 9 months ago
JSON representation
Example CNN written using Pytorch Lightning.
- Host: GitHub
- URL: https://github.com/tyleryep/lightning-cnn
- Owner: TylerYep
- Created: 2020-03-25T18:58:51.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T08:05:23.000Z (almost 5 years ago)
- Last Synced: 2025-02-09T08:17:05.018Z (11 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lightning-cnn
Example CNN written using Pytorch Lightning.
Only real content files are:
- callbacks/gradient_accum (prob not)
- core/
- lightning.py
- hooks.py
- grads.py
- trainer/