https://github.com/cr21/pytorch-lightning-template
https://github.com/cr21/pytorch-lightning-template
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cr21/pytorch-lightning-template
- Owner: cr21
- License: mit
- Created: 2024-07-30T01:04:13.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T06:58:26.000Z (11 months ago)
- Last Synced: 2025-02-09T14:49:31.206Z (4 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pytorch-Lightning-template
- Pytorch Lightning Modularize boilerplate code
```bash
python3 -m venv venv
source venv/bin/activate
pip install torch torchvision torchmetrics python_lightning numpy==1.26.0
``````bash
# change data directory in config.py
python3 main.py
```## Output
