🍺 remake

main
macbook_air 3 months ago
parent dcd2f4bba6
commit e673a79b38

2
.gitignore vendored

@ -27,7 +27,7 @@ results/**/final_metrics.png
# Jupyter Notebook checkpoints
.ipynb_checkpoints
# PyTorch Lightning cache
# PyTorch Lightning cache (if used)
lightning_logs/
# VSCode

Binary file not shown.

@ -1,44 +0,0 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environment
.venv/
env/
venv/
# Logs and checkpoints
*.log
*.pth
*.pt
# TensorBoard events
events.out.tfevents.*
# Results
results/**/checkpoints/
results/**/tensorboard/
results/**/plots/
results/**/metrics*.png
results/**/confusion_matrix*.png
results/**/final_metrics.png
# Jupyter Notebook checkpoints
.ipynb_checkpoints
# PyTorch Lightning cache (if used)
lightning_logs/
# VSCode
.vscode/
# System files
.DS_Store
Thumbs.db
# Config (optional: if you want to keep it private)
# config/config.yaml
# Ignore model-specific large files optionally
# results/**/checkpoints/*.pth
Loading…
Cancel
Save