parent
69d720a171
commit
dcd2f4bba6
Binary file not shown.
@ -0,0 +1,44 @@
|
|||||||
|
# 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…
Reference in new issue