Skip to content

Reporting a Bug

Thank you for helping improve this deep learning boilerplate repository!


🐛 Bug Report Guidelines

Before filing an issue, please verify the following:

  1. Search Existing Issues: Search GitHub Issues to ensure the bug hasn't already been reported.
  2. Isolate the Problem: Provide a minimal reproduction script (see Creating a Minimal Reproduction).
  3. Include System Details:
  4. Python version (python3 --version)
  5. PyTorch version (python3 -c "import torch; print(torch.__version__)")
  6. Operating System & CUDA / MPS hardware details

📋 Submission Template

### Bug Description
A clear and concise description of what the bug is.

### Steps to Reproduce
1. Run `python3 scripts/train.py --config ...`
2. Observe error output...

### Expected Behavior
A clear description of what you expected to happen.

### Error Stacktrace
```text
Paste full, untruncated error traceback here
```