You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
675 B
45 lines
675 B
# 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
|